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;
An equivalent copy of the Publisher object.
For any Publisher evidence object z, if x = z.Copy() then x.Equals(z) is true.
Publisher Class | Publisher Members | System.Security.Policy Namespace