Share via


Folder.ID Property

 

Gets the Guid object that identifies the folder.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Syntax

public Guid ID { get; internal set; }
public:
property Guid ID {
    Guid get();
    internal: void set(Guid value);
}
Public Property ID As Guid
    Get
    Friend Set
End Property

Property Value

Type: System.Guid

An instance of the Guid class that identifies the folder.

See Also

Folder Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top