API Reference
Class
Item (DomainControllerSmbSharePostureService)
Single expected-share posture item.
Inheritance
- Object
- Item
Constructors
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Name { get; set; } #Share name.
public String Path { get; set; } #Actual path returned by WMI when available.
public String Description { get; set; } #Share description returned by WMI when available.
public String PathExpectation { get; set; } #Friendly expectation for the share path.
public Boolean Exists { get; set; } #True when the share exists.
public Boolean PathMatchesExpectation { get; set; } #True when the path matches the expected baseline.
public String Issue { get; set; } #Primary issue classification for the share.