GrantedPermissionList Property
In This Topic
Gets a comma-delimited list of the names of the permissions granted by this permission set.
Syntax
'Declaration
Public ReadOnly Property GrantedPermissionList As String
public string GrantedPermissionList {get;}
public:
property String^ GrantedPermissionList {
String^ get();
}
See Also