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.CreateAppDomainLevel

This static method creates a new policy level for us as the application domain policy level. Ref: AppDomain.SetDomainPolicy

[Visual Basic]
Public Shared Function CreateAppDomainLevel() As PolicyLevel
[C#]
public static PolicyLevel CreateAppDomainLevel();
[C++]
public: static PolicyLevel* CreateAppDomainLevel();
[JScript]
public static function CreateAppDomainLevel() : PolicyLevel;

See Also

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