Gets the link selection criteria type.
Read-only property
[Visual Basic .NET] |
---|
Public Property Type() As AgECommSystemLinkSelectionCriteriaType |
[C#] |
---|
public AgECommSystemLinkSelectionCriteriaType Type {get;} |
[Managed C++] |
---|
public: __property AgECommSystemLinkSelectionCriteriaType get_Type(); |
[Unmanaged C++] |
---|
public: HRESULT get_Type( AgECommSystemLinkSelectionCriteriaType * pVal ); |
[Java] |
---|
public AgECommSystemLinkSelectionCriteriaType getType(); |
[Python - STK API ] |
---|
@property def Type(self) -> "AgECommSystemLinkSelectionCriteriaType": |