Share via


IFsrmSetting.AdminEmail Property

 

Retrieves or sets the email address for the administrator.

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

Syntax

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

Property Value

Type: System.String

A String that contains the email address for the administrator. The address is limited to 4,000 characters.

Remarks

This property is read/write.

The address is used if a configured email address contains the string "[Admin Email]".

For an example, see IFsrmSetting.

See Also

FsrmSetting
IFsrmSetting Interface
Microsoft.Storage Namespace

Return to top