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!

PolicyStatement.Copy

Creates a duplicate instance of the policy statement.

[Visual Basic]
Public Function Copy() As PolicyStatement
[C#]
public PolicyStatement Copy();
[C++]
public: PolicyStatement* Copy();
[JScript]
public function Copy() : PolicyStatement;

Return Value

A new instance with an identical permission set and attributes.

See Also

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