Description
Shows the Software License Agreement dialog if not already accepted.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property ShowSLAIfNotAccepted() As Boolean
|
[C#] |
---|
public bool ShowSLAIfNotAccepted {get; set;}
|
[Managed C++] |
---|
public: __property bool get_ShowSLAIfNotAccepted(); public: __property void set_ShowSLAIfNotAccepted(
bool
);
|
[Unmanaged C++] |
---|
public: HRESULT get_ShowSLAIfNotAccepted(
VARIANT_BOOL * pVal
);
public: HRESULT put_ShowSLAIfNotAccepted(
VARIANT_BOOL newVal
);
|
[Java] |
---|
public bool getShowSLAIfNotAccepted();
public void setShowSLAIfNotAccepted(
bool
);
|
[Python - STK API] |
---|
@property
def ShowSLAIfNotAccepted(self) -> bool:
@ShowSLAIfNotAccepted.setter
def ShowSLAIfNotAccepted(self, newVal:bool) -> None:
|
See Also