Share via


Name Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets or sets the name of the state/province in the current row.

Namespace:  Microsoft.CommerceServer.Orders
Assembly:  Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)

Syntax

'Declaration
Public Property Name As String
'Usage
Dim instance As RegionCodeDataSet..::.StateCodesRow
Dim value As String

value = instance.Name

instance.Name = value
public string Name { get; set; }
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
public function get Name () : String
public function set Name (value : String)

Property Value

Type: System..::.String
The name of the state/province in the current row.

Remarks

Stores the name of the state/province in the current row. The value is stored in the NameColumn.

Permissions

See Also

Reference

RegionCodeDataSet..::.StateCodesRow Class

RegionCodeDataSet..::.StateCodesRow Members

Microsoft.CommerceServer.Orders Namespace