Description Property

Gets the description of the contact.

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

Syntax

'Declaration
Public Property Description As String
    Get
    Friend Set
'Usage
Dim instance As StoreContact
Dim value As String

value = instance.Description
public string Description { get; internal set; }
public:
property String^ Description {
    String^ get ();
    internal: void set (String^ value);
}

Property Value

Type: System.String
Returns String.

See Also

Reference

StoreContact Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace