Share via


Folder.ShareName Property

 

Gets the share name of the folder.

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

Syntax

public string ShareName { get; internal set; }
public:
property String^ ShareName {
    String^ get();
    internal: void set(String^ value);
}
Public Property ShareName As String
    Get
    Friend Set
End Property

Property Value

Type: System.String

The share name of the folder.

See Also

Folder Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top