SalesId Property

Gets or sets the sales identifier.

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

Syntax

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

value = instance.SalesId

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

Property Value

Type: System.String
Returns String.

See Also

Reference

SalesOrder Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace