Bagikan melalui


PolicyStatement.Attributes Properti

Definisi

Mendapatkan atau mengatur atribut pernyataan kebijakan.

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

Nilai Properti

Atribut pernyataan kebijakan.

Contoh

Contoh kode berikut menunjukkan cara menggunakan Attributes properti untuk mengatur All bendera. Contoh kode ini adalah bagian dari contoh yang lebih besar yang disediakan untuk PolicyStatement kelas .

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

Berlaku untuk