ObjectListField::Name Property

 

Gets or sets the name of the specified object. The default value is an empty string (""). This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

Namespace:   System.Web.UI.MobileControls
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

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

Property Value

Type: System::String^

The name of the object list field.

You can use either the Name or DataField property to find an individual field within its parent collection by using the IndexOf method.

System_CAPS_noteNote

The IndexOf method returns the first matching field; therefore, it is important that you use unique field names.

.NET Framework
Available since 1.1
Return to top
Show: