AttentionTo Property

Gets or sets the AttentionTo field.

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

Syntax

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

value = instance.AttentionTo

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

Property Value

Type: System.String
The AttentionTo.

See Also

Reference

CustomerAddress Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace