Resource.ProviderId Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("providerId")]
[System.Text.Json.Serialization.JsonPropertyOrder(2)]
public string? ProviderId { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("providerId")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(2)>]
member this.ProviderId : string with get, set
Public Property ProviderId As String

Property Value

Attributes

Applies to