SkipAOSValidationPermission.newmethod Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the SkipAOSValidationPermission class.
protected:
override void newmethod();
protected override void newmethod ();
override this.newmethod : unit -> unit
Protected Overrides Sub newmethod ()
Remarks
The following code example demonstrates how to create an instance of the SkipAOSValidationPermission class.
server static void main(Args args)
{
SkipAOSValidationPermission perm;
;
perm = new SkipAOSValidationPermission();
}