IFsrmClassificationManager2.ClassificationReportMailTo Property

 

Gets and sets the ClassificationReportMailTo property.

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

Syntax

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

Property Value

Type: System.String

Returns the ClassificationReportMailTo property.

Implements

IFsrmClassificationManager.ClassificationReportMailTo

See Also

IFsrmClassificationManager2 Interface
Microsoft.Storage Namespace

Return to top