Descriptive label for the policy level
[Visual Basic] Public ReadOnly Property Label As String [C#] public string Label {get;} [C++] public: __property String* get_Label(); [JScript] public function get Label() : String;
Label associated with the policy level
The label is used to help the administrator identify the policy level
policyLevel.Label = descriptiveTextString;
PolicyLevel Class | PolicyLevel Members | System.Security.Policy Namespace