StreetName Property

Gets or sets the name of the street.

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

Syntax

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

value = instance.StreetName

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

Property Value

Type: System.String
The name of the street.

See Also

Reference

CustomerData Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace