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