Share via


Microsoftgraphcontract.CustomerId Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="customerId")]
public Guid? CustomerId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="customerId")>]
member this.CustomerId : Nullable<Guid> with get, set
Public Property CustomerId As Nullable(Of Guid)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to