XmlFormatExtensionPointAttribute.MemberName Property

Specifies that the member of the class that implements the service description format extension can have a service description format extension associated with it.

Namespace: System.Web.Services.Configuration
Assembly: System.Web.Services (in system.web.services.dll)

public:
property String^ MemberName {
	String^ get ();
	void set (String^ value);
}
/** @property */
public String get_MemberName ()

/** @property */
public void set_MemberName (String value)

public function get MemberName () : String

public function set MemberName (value : String)

Not applicable.

Property Value

The member of the class that implements the service description format extension that can have a service description format extension associated with it.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0, 1.1, 1.0

Community Additions

ADD
Show: