FolderUtil.DfsNameSpace Property

 

Gets and sets the DFS namespace.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Syntax

public static string DfsNameSpace { get; set; }
public:
property String^ DfsNameSpace {
    static String^ get();
    static void set(String^ value);
}
Public Shared Property DfsNameSpace As String

Property Value

Type: System.String

the DFS namespace.

See Also

FolderUtil Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top