T
Clone<T> Method
See Also 
SourceCode.Workflow.Design.EnvironmentSettings Namespace > WorkflowManagementServerField Class : Clone<T> Method



Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function Clone(Of T As SourceCode.EnvironmentSettings.Client.EnvironmentObject)() As T
Visual Basic (Usage) Copy Code
Dim instance As WorkflowManagementServerField
Dim value As T
 
value = instance.Clone(Of T)()
C#  
public T Clone<T>()
where T: SourceCode.EnvironmentSettings.Client.EnvironmentObject
C++/CLI  
public:
T^ Clonegeneric<typename T>
(); 
where T: SourceCode.EnvironmentSettings.Client.EnvironmentObject

Type Parameters

T

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also