共用方式為


PolicyStatement.Attributes 屬性

定義

取得或設定原則陳述式的屬性。

public:
 property System::Security::Policy::PolicyStatementAttribute Attributes { System::Security::Policy::PolicyStatementAttribute get(); void set(System::Security::Policy::PolicyStatementAttribute value); };
public System.Security.Policy.PolicyStatementAttribute Attributes { get; set; }
member this.Attributes : System.Security.Policy.PolicyStatementAttribute with get, set
Public Property Attributes As PolicyStatementAttribute

屬性值

原則陳述式的屬性。

範例

下列程式代碼範例示範如何使用 Attributes 屬性來設定 All 旗標。 此程式代碼範例是提供給 類別之較大範例的 PolicyStatement 一部分。

policyStatement->Attributes = PolicyStatementAttribute::All;
policyStatement.Attributes = PolicyStatementAttribute.All;
policyStatement.Attributes = PolicyStatementAttribute.All

適用於