Gets or sets the power back off transfer function type.
Read-write property
[Visual Basic .NET] |
---|
Public Property PowerBackOffTransferFunctionType() As AgETransferFunctionType |
[C#] |
---|
public AgETransferFunctionType PowerBackOffTransferFunctionType {get; set;} |
[Managed C++] |
---|
public: __property AgETransferFunctionType get_PowerBackOffTransferFunctionType(); |
[Unmanaged C++] |
---|
public: HRESULT get_PowerBackOffTransferFunctionType( AgETransferFunctionType * pVal ); public: HRESULT put_PowerBackOffTransferFunctionType( AgETransferFunctionType val ); |
[Java] |
---|
public AgETransferFunctionType getPowerBackOffTransferFunctionType(); public void setPowerBackOffTransferFunctionType( AgETransferFunctionType ); |
[Python - STK API ] |
---|
@property def PowerBackOffTransferFunctionType(self) -> "AgETransferFunctionType": @PowerBackOffTransferFunctionType.setter def PowerBackOffTransferFunctionType(self, val:"AgETransferFunctionType") -> None: |