FolderInfo.Shared Property
Gets or sets a value that indicates whether the folder is shared.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[DataMemberAttribute]
public bool Shared { get; set; }
public:
[DataMemberAttribute]
property bool Shared {
bool get();
void set(bool value);
}
<DataMemberAttribute>
Public Property Shared As Boolean
Property Value
Type: System.Boolean
true if the folder is shared; otherwise, false.
See Also
FolderInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top