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