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