EbsOpen Class Library for EBSILON®Professional

Object.FullName Property

[C#] In C#, this property is the indexer for the Object class.

[Visual Basic]
Public Default Property ReadOnly FullName( _ 
   Optional ByVal FromCurrentContext As Boolean = VARIANT_FALSE _ 
) As String
[C#]
public string this[
   bool FromCurrentContext
] { get; }
[C++]
public: __property String* get_FullName(
   bool FromCurrentContext
);
[JScript]
returnValue = ObjectObject.Item( FromCurrentContext );
-or-
returnValue = ObjectObject( FromCurrentContext );

[JScript] In JScript, you can use the default indexed properties defined by a type, but you cannot explicitly define your own. However, specifying the expando attribute on a class automatically provides a default indexed property whose type is Object and whose index type is String.

See Also

Object Class | EbsOpen Namespace