Edit

Share via


PolicyStatement.AttributeString Property

Definition

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.

Applies to