The type of conjunction to use.
Read-write property
[Visual Basic .NET] |
---|
Public Property ConjunctiveOperand() As AgERt3ConjunctiveOperand |
[C#] |
---|
public AgERt3ConjunctiveOperand ConjunctiveOperand {get; set;} |
[Managed C++] |
---|
public: __property AgERt3ConjunctiveOperand get_ConjunctiveOperand(); |
[Unmanaged C++] |
---|
public: HRESULT get_ConjunctiveOperand( AgERt3ConjunctiveOperand * pOperand ); public: HRESULT put_ConjunctiveOperand( AgERt3ConjunctiveOperand Operand ); |
[Java] |
---|
public AgERt3ConjunctiveOperand getConjunctiveOperand(); public void setConjunctiveOperand( AgERt3ConjunctiveOperand ); |