IFsrmStorageModuleDefinition.id Property

 

Gets the id property.

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

Returns the id property.

Implements

IFsrmPipelineModuleDefinition.id

See Also

IFsrmStorageModuleDefinition Interface
Microsoft.Storage Namespace

Return to top