Visual Basic (Declaration) | |
---|---|
Public Sub AddCondition( _ ByVal name As String, _ ByVal toProperty As ServiceObjectProperty, _ ByVal fromProperty As ServiceObjectProperty _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ServiceJoin Dim name As String Dim toProperty As ServiceObjectProperty Dim fromProperty As ServiceObjectProperty instance.AddCondition(name, toProperty, fromProperty) |
C# | |
---|---|
public void AddCondition( string name, ServiceObjectProperty toProperty, ServiceObjectProperty fromProperty ) |
C++/CLI | |
---|---|
public: void AddCondition( String^ name, ServiceObjectProperty^ toProperty, ServiceObjectProperty^ fromProperty ) |
Parameters
- name
- toProperty
- fromProperty
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