[Visual Basic] Public Function GetVariantValue( _ ByRef Value As Object _ ) As Boolean [C#] public bool GetVariantValue( out object Value ); [C++] public: bool GetVariantValue( * Object* Value ); [JScript] public function GetVariantValue( Object Value ): bool;
ProfiledValue Class | EbsOpen Namespace