The name of the property
[Visual Basic] ReadOnly Property Name As String [C#] string Name {get;} [C++] String* get_Name() = 0; [JScript] abstract function get Name() : String;
IContextProperty Interface | IContextProperty Members | System.Runtime.Remoting Namespace