NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ICodeGroup.PermissionSetName

Name of the named permission set for the code group.

[Visual Basic]
ReadOnly Property PermissionSetName As String
[C#]
string PermissionSetName {get;}
[C++]
String* get_PermissionSetName() = 0;
[JScript]
abstract function get PermissionSetName() : String;

Property Value

Name of a named permission set of the policy level.

Remarks

May be NULL if the code group has an unnamed permission set.

See Also

ICodeGroup Interface | ICodeGroup Members | System.Security.Policy Namespace