Folder.DriveObjectId Property
Gets the drive object ID.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public string DriveObjectId { get; internal set; }
public:
property String^ DriveObjectId {
String^ get();
internal: void set(String^ value);
}
Public Property DriveObjectId As String
Get
Friend Set
End Property
Property Value
Type: System.String
The drive object ID.
See Also
Folder Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top