OrganizationId Property

Gets or sets the organization identifier.

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

Syntax

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

value = instance.OrganizationId

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

Property Value

Type: System.String
The organization identifier.

See Also

Reference

CustomerData Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace