Creates a condition which combines multiple conditions.
[Visual Basic .NET] |
---|
Public Function CreateConditionCombined( _ ByVal Name As String, _ ByVal Description As String _ ) As |
[C#] |
---|
public IAgCrdnCondition CreateConditionCombined( string Name, string Description ); |
[Managed C++] |
---|
public: IAgCrdnCondition^ CreateConditionCombined( String __gc ^ Name, String __gc ^ Description ); |
[Java] |
---|
public IAgCrdnCondition createConditionCombined( String Name, String Description ); |
[Unmanaged C++] |
---|
public: HRESULT CreateConditionCombined( BSTR Name, BSTR Description, IAgCrdnCondition ** ppRetVal ); |
- Name
- Description