EnrollmentAccount.AccountOwner Property

Definition

Gets or sets the owner of the enrollment account.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.accountOwner")]
public string AccountOwner { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.accountOwner")>]
member this.AccountOwner : string with get, set
Public Property AccountOwner As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to