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