Share via


IFsrmActionCommand.ActionType Property

 

Gets the ActionType property.

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

Syntax

_FsrmActionType ActionType { get; }
property _FsrmActionType ActionType {
    _FsrmActionType get();
}
abstract ActionType : _FsrmActionType with get
ReadOnly Property ActionType As _FsrmActionType

Property Value

Type: Microsoft.Storage._FsrmActionType

Returns the ActionType property.

Implements

IFsrmAction.ActionType

See Also

IFsrmActionCommand Interface
Microsoft.Storage Namespace

Return to top