Get and set the Member name attribute

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)

Syntax

C#
public abstract string MemberName { get; set; }
Visual Basic
Public MustOverride Property MemberName As String
	Get
	Set
Visual C++
public:
virtual property String^ MemberName {
	String^ get () abstract;
	void set (String^ value) abstract;
}

Field Value

The name of the member.

See Also