Property used to access the constraint type.
Read-only property
[Visual Basic .NET] |
---|
Public Property ConstraintType() As AgEAccessConstraints |
[C#] |
---|
public AgEAccessConstraints ConstraintType {get;} |
[Managed C++] |
---|
public: __property AgEAccessConstraints get_ConstraintType(); |
[Unmanaged C++] |
---|
public: HRESULT get_ConstraintType( AgEAccessConstraints * pVal ); |
[Java] |
---|
public AgEAccessConstraints getConstraintType(); |
[Python - STK API ] |
---|
@property def ConstraintType(self) -> "AgEAccessConstraints": |