Background for the access constraint.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property Background() As AgECnstrBackground |
| [C#] |
|---|
public AgECnstrBackground Background {get; set;} |
| [Managed C++] |
|---|
public: __property AgECnstrBackground get_Background(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgECnstrBackground getBackground(); public void setBackground( AgECnstrBackground ); |
[Python - STK API ] |
|---|
@property def Background(self) -> "AgECnstrBackground": @Background.setter def Background(self, eVal:"AgECnstrBackground") -> None: |






