This document is archived and information here might be outdated. Recommended version. |
Indicates whether the the component is valid.
[Visual Basic .NET]
Public Function get_ValidLicense ( _
ByRef initData As Object _
) As Boolean
[C#]
public bool get_ValidLicense (
ref object initData
);
[C++]
HRESULT get_ValidLicense(
Variant* initData,
Boolean* ret
);
[C++] Parameters initData [in]
initData is a parameter of type VARIANT* ret [out, retval]
ret is a parameter of type bool*