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 * pRetVal ); public: HRESULT put_ShowSLAIfNotAccepted( VARIANT_BOOL NewShowSLAIfNotAccepted );
|
[Java] |
---|
public bool getShowSLAIfNotAccepted();public void setShowSLAIfNotAccepted( bool );
|
See Also