IFsrmClassifierModuleDefinition.Account Property
Gets and sets the Account property.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
_FsrmAccountType Account { get; set; }
property _FsrmAccountType Account {
_FsrmAccountType get();
void set(_FsrmAccountType value);
}
abstract Account : _FsrmAccountType with get, set
Property Account As _FsrmAccountType
Property Value
Type: Microsoft.Storage._FsrmAccountType
Returns the Account property.
Implements
IFsrmPipelineModuleDefinition.Account
See Also
IFsrmClassifierModuleDefinition Interface
Microsoft.Storage Namespace
Return to top