Return the Member Id.
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic abstract string Id { get; }
Public MustOverride ReadOnly Property Id As String
Get
public:
virtual property String^ Id {
String^ get () abstract;
}
abstract Id : string with get
Property Value
Type:
StringThe Member Id.
See Also