NamedItem::Name Property

 

Gets or sets the name of the item.

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
property String^ Name {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A String containing the name of the item.

.NET Framework
Available since 2.0
Return to top
Show: