CreateFolderRequest.ID Property
Gets the identifier of the new folder.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public Guid ID { get; private set; }
public:
property Guid ID {
Guid get();
private: void set(Guid value);
}
Public Property ID As Guid
Get
Private Set
End Property
Property Value
Type: System.Guid
The Guid identifier of the folder.
See Also
CreateFolderRequest Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top