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