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