Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal Name As String, _ ByVal type As DestinationType _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim Name As String Dim type As DestinationType Dim instance As New Destination(Name, type) |
C# | |
---|---|
public Destination( string Name, DestinationType type ) |
C++/CLI | |
---|---|
public: Destination( String^ Name, DestinationType type ) |
Parameters
- Name
- type
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