Creates and returns an identical copy of the current BargeEx
BargeExService.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
C# |
---|
public BargeExService Copy() |
Visual Basic (Declaration) |
---|
Public Function Copy As BargeExService |
Visual C++ |
---|
public: BargeExService^ Copy() |
Return Value
A BargeExService object that represents an exact copy of the original.Remarks
This method is equivalent to the
Clone method,
except that it returns a
BargeExService object.