Country Property

Gets the location country.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Country As String
    Get
    Friend Set
'Usage
Dim instance As StoreLocation
Dim value As String

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

Property Value

Type: System.String
Returns String.

See Also

Reference

StoreLocation Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace