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