Share via


Folder.Shared Property

 

Indicates whether the folder is shared.

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

Syntax

public bool Shared { get; internal set; }
public:
property bool Shared {
    bool get();
    internal: void set(bool value);
}
Public Property Shared As Boolean
    Get
    Friend Set
End Property

Property Value

Type: System.Boolean

true if the folder is shared; otherwise, false.

See Also

Folder Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top