[Visual Basic] Public Function ObjectByContext( _ ByVal NameWithContext As String, _ Optional ByVal OnNotFoundReturnNULL As Boolean = VARIANT_FALSE _ ) As Object [C#] public Object ObjectByContext( string NameWithContext, bool OnNotFoundReturnNULL ); [C++] public: Object* ObjectByContext( String* NameWithContext, bool OnNotFoundReturnNULL ); [JScript] public function ObjectByContext( String NameWithContext, bool OnNotFoundReturnNULL ): Object;
Model Class | EbsOpen Namespace