IFsrmActionEventLog.EventType Property
Retrieves or sets the type of event that the action logs when it runs.
This property is read/write.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
_FsrmEventType EventType { get; set; }
property _FsrmEventType EventType {
_FsrmEventType get();
void set(_FsrmEventType value);
}
abstract EventType : _FsrmEventType with get, set
Property EventType As _FsrmEventType
Property Value
Type: Microsoft.Storage._FsrmEventType
A _FsrmEventType that contains the type of event that the action logs when it runs. The default is FsrmEventType_Warning.
Remarks
For an example, Using Templates to Define Quotas.
See Also
IFsrmActionEventLog Interface
Microsoft.Storage Namespace
Return to top