PolicyStatement.AttributeString Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a string representation of the attributes of the policy statement.
public:
property System::String ^ AttributeString { System::String ^ get(); };
public string AttributeString { get; }
member this.AttributeString : string
Public ReadOnly Property AttributeString As String
Property Value
A text string representing the attributes of the policy statement.
Remarks
Use this property to get a text string of the attributes currently set for the PolicyStatement.