ProxyResource.Id Property

Definition

Resource Id. Setter is protected because Id needs to be set in Network resources.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to