Поделиться через


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

Применяется к