Get the option used for setting the chain's time period.
Read-only property
[Visual Basic .NET] |
---|
Public Property Type() As AgEChTimePeriodType |
[C#] |
---|
public AgEChTimePeriodType Type {get;} |
[Managed C++] |
---|
public: __property AgEChTimePeriodType get_Type(); |
[Unmanaged C++] |
---|
public: HRESULT get_Type( AgEChTimePeriodType * pRetVal ); |
[Java] |
---|
public AgEChTimePeriodType getType(); |
[Python - STK API ] |
---|
@property def Type(self) -> "AgEChTimePeriodType": |