Skip to content

Latest commit

 

History

History
75 lines (57 loc) · 1.71 KB

address-state-property-microsoft-dynamics-commerce-runtime-datamodel.md

File metadata and controls

75 lines (57 loc) · 1.71 KB
title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID author ms.author ms.date mtps_version f1_keywords dev_langs
Address.State Property (Microsoft.Dynamics.Commerce.Runtime.DataModel)
State Property
P:Microsoft.Dynamics.Commerce.Runtime.DataModel.Address.State
49843020
tonyafehr
daxcpft
05/18/2015
v=AX.60
Microsoft.Dynamics.Commerce.Runtime.DataModel.Address.State
CSharp
C++
VB

State Property

[!INCLUDEarchive-banner]

Gets or sets the State.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)

Syntax

'Declaration
<ColumnAttribute("STATE")> _
<DataMemberAttribute> _
Public Property State As String
    Get
    Set
'Usage
Dim instance As Address
Dim value As String

value = instance.State

instance.State = value
[ColumnAttribute("STATE")]
[DataMemberAttribute]
public string State { get; set; }
[ColumnAttribute(L"STATE")]
[DataMemberAttribute]
public:
property String^ State {
    String^ get ();
    void set (String^ value);
}

Property Value

Type: System.String
Returns String.

See Also

Reference

Address Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace