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!

FirstMatchCodeGroup.PermissionSetName

Name of the named permission set for the code group.

[Visual Basic]
Overridable Public ReadOnly Property PermissionSetName As String
[C#]
public string PermissionSetName {virtual get;}
[C++]
public: __property virtual String* get_PermissionSetName();
[JScript]
public 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

FirstMatchCodeGroup Class | FirstMatchCodeGroup Members | System.Security.Policy Namespace