Share via


PSIotHubLocationDescription.Role Property

Definition

Gets or sets specific Role assigned to this location. Possible values include: 'primary', 'secondary'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to