Description
The desired value - the value at which the condition will be satisfied. Dimension depends on context.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Trip() As System.Object
|
| [C#] |
|---|
public System.Object Trip {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_Trip(); public: __property void set_Trip( VARIANT );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Trip( VARIANT * pRetVal ); public: HRESULT put_Trip( VARIANT NewTrip );
|
| [Java] |
|---|
public Variant getTrip();public void setTrip( Variant );
|
See Also