다음을 통해 공유


IFsrmClassificationRule.PropertyAffected Property

 

Sets or retrieves the name of the property that this rule affects.

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

Syntax

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

Property Value

Type: System.String

A String that contains the name of the property that this rule affects. Specify the value of the Name property.

Remarks

If the classifier specifies a list of properties that it affects (see PropertiesAffected), the property that you specify must exist in the list of affected properties.

To enumerate the properties that have been defined, call the EnumPropertyDefinitions method. To access the name of the property, use the Name property.

See Also

IFsrmClassificationRule Interface
Microsoft.Storage Namespace

Return to top