IFsrmAction.id Property
Retrieves the identifier of the action.
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 a Guid that uniquely identifies the action.
Remarks
This property is read-only.
See Also
IFsrmAction Interface
Microsoft.Storage Namespace
Return to top