IFsrmReportJob.id Property

 

Retrieves the identifier of the object.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

Guid id { get; }
property Guid id {
    Guid get();
}
abstract id : Guid with get
ReadOnly Property id As Guid

Property Value

Type: System.Guid

The identifier of the object.

Implements

IFsrmObject.id

See Also

IFsrmReportJob Interface
Microsoft.Storage Namespace

Return to top