Gets or sets the desired value - the value at which the condition will be satisfied. Dimension depends on context.
Read-write property
[Visual Basic .NET] |
---|
Public Property Trip() As System.Object |
[C#] |
---|
public System.Object Trip {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_Trip(); |
[Unmanaged C++] |
---|
public: HRESULT get_Trip( VARIANT * pVal ); public: HRESULT put_Trip( VARIANT newVal ); |
[Java] |
---|
public AgVariant getTrip(); public void setTrip( AgVariant ); |