Gets or sets the propagate segment to manipulate that contains the transfer duration. It is visible when you select Write Flight Duration to Second Propagate.
Read-write property
[Visual Basic .NET] |
---|
Public Property SecondPropagateSegment() As String |
[C#] |
---|
public string SecondPropagateSegment {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_SecondPropagateSegment(); |
[Unmanaged C++] |
---|
public: HRESULT get_SecondPropagateSegment( BSTR * pVal ); public: HRESULT put_SecondPropagateSegment( BSTR newVal ); |
[Java] |
---|
public String getSecondPropagateSegment(); public void setSecondPropagateSegment( String ); |