Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal parent As AssociationsPropertyDefinition, _ ByVal aliasName As String _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim parent As AssociationsPropertyDefinition Dim aliasName As String Dim instance As New Association(parent, aliasName) |
C# | |
---|---|
public Association( AssociationsPropertyDefinition parent, string aliasName ) |
C++/CLI | |
---|---|
public: Association( AssociationsPropertyDefinition^ parent, String^ aliasName ) |
Parameters
- parent
- The parent.
- aliasName
- Name of the alias.
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