Duration of the gap.
Read-write property
[Visual Basic .NET] |
---|
Public Property GapDuration() As Double |
[C#] |
---|
public double GapDuration {get; set;} |
[Managed C++] |
---|
public: __property double get_GapDuration(); |
[Unmanaged C++] |
---|
public: HRESULT get_GapDuration( double * pRetVal ); public: HRESULT put_GapDuration( double GapDuration ); |
[Java] |
---|
public double getGapDuration(); public void setGapDuration( double ); |