PolicyStatement.AttributeString 属性

定义

获取策略语句属性的字符串表示形式。

public:
 property System::String ^ AttributeString { System::String ^ get(); };
public string AttributeString { get; }
member this.AttributeString : string
Public ReadOnly Property AttributeString As String

属性值

一个表示策略语句属性的文本字符串。

注解

使用此属性可获取当前为该 PolicyStatement属性设置的属性的文本字符串。

适用于