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