Gets the current restriction type when in the to access position.
Read-only property
[Visual Basic .NET] |
---|
Public Property ToRestrictionType() As AgECnCnstrRestriction |
[C#] |
---|
public AgECnCnstrRestriction ToRestrictionType {get;} |
[Managed C++] |
---|
public: __property AgECnCnstrRestriction get_ToRestrictionType(); |
[Unmanaged C++] |
---|
public: HRESULT get_ToRestrictionType( AgECnCnstrRestriction * pVal ); |
[Java] |
---|
public AgECnCnstrRestriction getToRestrictionType(); |
[Python - STK API ] |
---|
@property def ToRestrictionType(self) -> "AgECnCnstrRestriction": |