PolicyLevel::RootCodeGroup Property

 

Gets or sets the root code group for the policy level.

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

public:
property CodeGroup^ RootCodeGroup {
	CodeGroup^ get();
	void set(CodeGroup^ value);
}

Property Value

Type: System.Security.Policy::CodeGroup^

The CodeGroup that is the root of the tree of policy level code groups.

Exception Condition
ArgumentNullException

The value for RootCodeGroup is null.

Every policy level has one root CodeGroup.

.NET Framework
Available since 1.1
Return to top
Show: