ServerInformation.DfsPhysicalPath Property
Gets and sets the DFS pysical path.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[DataMemberAttribute]
public string DfsPhysicalPath { get; set; }
public:
[DataMemberAttribute]
property String^ DfsPhysicalPath {
String^ get();
void set(String^ value);
}
<DataMemberAttribute>
Public Property DfsPhysicalPath As String
Property Value
Type: System.String
The DFS physical path.
See Also
ServerInformation Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top