Object name used for marshaling and demarshaling
Namespace: Com.Tibco.As.Space.PersistenceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)
Syntax
C# |
---|
public string ObjectName { get; } |
Visual Basic |
---|
Public ReadOnly Property ObjectName As String
Get |
Visual C++ |
---|
public:
virtual property String^ ObjectName {
String^ get () sealed;
} |
F# |
---|
abstract ObjectName : string with get
override ObjectName : string with get |
Property Value
Type:
String
The name of the object.
Exceptions
Exception | Condition |
---|
System..::..NotImplementedException | |
See Also