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!

Publisher.Copy

Creates an equivalent copy of the Publisher object.

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

Return Value

An equivalent copy of the Publisher object.

Remarks

For any Publisher evidence object z, if x = z.Copy() then x.Equals(z) is true.

See Also

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