IFsrmAction.ActionType Property

 

Retrieves the action's type.

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 a _FsrmActionType that contains the action's type, which determines the action that is taken in response to a quota or file screen event.

Remarks

This property is read-only.

See Also

IFsrmAction Interface
Microsoft.Storage Namespace

Return to top