AccessControlEntry.Clone Method
Returns a duplicate of the current Initializes a new instance of the AccessControlEntry instance.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public Function Clone As Object
'Usage
Dim instance As AccessControlEntry
Dim returnValue As Object
returnValue = instance.Clone()
public Object Clone()
public:
virtual Object^ Clone() sealed
public final function Clone() : Object
Return Value
Type: System.Object
A Parameter that is an exact duplicate of the current one.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.