DistrictName Property

Gets or sets the name of the district.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property DistrictName As String
    Get
    Set
'Usage
Dim instance As CustomerData
Dim value As String

value = instance.DistrictName

instance.DistrictName = value
[DataMemberAttribute]
public string DistrictName { get; set; }
[DataMemberAttribute]
public:
property String^ DistrictName {
    String^ get ();
    void set (String^ value);
}

Property Value

Type: System.String
The name of the district.

See Also

Reference

CustomerData Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace