This documentation is archived and is not being maintained.
XmlFormatExtensionPointAttribute.MemberName Property
.NET Framework 1.1
Specifies that the member of the class implementing the service description format extension can have a service description format extension associated with it.
[Visual Basic] Public Property MemberName As String [C#] public string MemberName {get; set;} [C++] public: __property String* get_MemberName(); public: __property void set_MemberName(String*); [JScript] public function get MemberName() : String; public function set MemberName(String);
Property Value
The member of the class implementing the service description format extension that can have a service description format extension associated with it.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
XmlFormatExtensionPointAttribute Class | XmlFormatExtensionPointAttribute Members | System.Web.Services.Configuration Namespace
Show: