Lead data.
Read-only property
[Visual Basic .NET] |
---|
Public Property LeadData() As IAgVeLeadTrailData |
[C#] |
---|
public IAgVeLeadTrailData LeadData {get;} |
[Managed C++] |
---|
public: __property IAgVeLeadTrailData ^ get_LeadData(); |
[Unmanaged C++] |
---|
public: HRESULT get_LeadData( IAgVeLeadTrailData ** ppVal ); |
[Java] |
---|
public IAgVeLeadTrailData getLeadData(); |
[Python - STK API ] |
---|
@property def LeadData(self) -> "IAgVeLeadTrailData": |