다음을 통해 공유


IFsrmActionEventLog.MessageText Property

 

Retrieves or sets the event text that is logged when the action runs.

This property is read/write.

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

Syntax

string MessageText { get; set; }
property String^ MessageText {
    String^ get();
    void set(String^ value);
}
abstract MessageText : string with get, set
Property MessageText As String

Property Value

Type: System.String

A String that contains the event text that is logged when the action runs. The string is limited to 4,000 characters.

Remarks

For an example, Using Templates to Define Quotas.

See Also

IFsrmActionEventLog Interface
Microsoft.Storage Namespace

Return to top