Returns a restriction corresponding to the restriction type when in the from access position.
Read-only property
[Visual Basic .NET] |
---|
Public Property FromRestriction() As IAgCnCnstrRestriction |
[C#] |
---|
public IAgCnCnstrRestriction FromRestriction {get;} |
[Managed C++] |
---|
public: __property IAgCnCnstrRestriction ^ get_FromRestriction(); |
[Unmanaged C++] |
---|
public: HRESULT get_FromRestriction( IAgCnCnstrRestriction ** ppRetVal ); |
[Java] |
---|
public IAgCnCnstrRestriction getFromRestriction(); |
[Python - STK API ] |
---|
@property def FromRestriction(self) -> "IAgCnCnstrRestriction": |