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!

PolicyLevel.RootCodeGroup

Root code group for the policy level

[Visual Basic]
Public Property RootCodeGroup As ICodeGroup
[C#]
public ICodeGroup RootCodeGroup {get; set;}
[C++]
public: __property ICodeGroup* get_RootCodeGroup();
public: __property void set_RootCodeGroup(ICodeGroup*);
[JScript]
public function get RootCodeGroup() : ICodeGroup;
public function set RootCodeGroup(ICodeGroup);

Property Value

Code group that is root of the policy level code groups tree.

Remarks

Every policy level always has at least one code group as root.

Example

PolicyLevel level;
ICodeGroup group = level.RootCodeGroup;

See Also

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