Gets or sets the parent platform restriction for a connection.
Read-write property
[Visual Basic .NET] |
---|
Public Property ParentPlatformRestriction() As AgEChParentPlatformRestriction |
[C#] |
---|
public AgEChParentPlatformRestriction ParentPlatformRestriction {get; set;} |
[Managed C++] |
---|
public: __property AgEChParentPlatformRestriction get_ParentPlatformRestriction(); |
[Unmanaged C++] |
---|
public: HRESULT get_ParentPlatformRestriction( AgEChParentPlatformRestriction * pVal ); public: HRESULT put_ParentPlatformRestriction( AgEChParentPlatformRestriction val ); |
[Java] |
---|
public AgEChParentPlatformRestriction getParentPlatformRestriction(); public void setParentPlatformRestriction( AgEChParentPlatformRestriction ); |
[Python - STK API ] |
---|
@property def ParentPlatformRestriction(self) -> "AgEChParentPlatformRestriction": @ParentPlatformRestriction.setter def ParentPlatformRestriction(self, val:"AgEChParentPlatformRestriction") -> None: |