PolicyLevel::NamedPermissionSets Property

 

Gets a list of named permission sets defined for the policy level.

Namespace:   System.Security.Policy
Assembly:  mscorlib (in mscorlib.dll)

public:
property IList^ NamedPermissionSets {
	IList^ get();
}

Property Value

Type: System.Collections::IList^

A list of named permission sets defined for the policy level.

.NET Framework
Available since 1.1
Return to top
Show: