Share via


CheckRestrictionsResourceDetails.ResourceContent Property

Definition

Gets or sets the resource content. This should include whatever properties are already known and can be a partial set of all resource properties.

[Newtonsoft.Json.JsonProperty(PropertyName="resourceContent")]
public object ResourceContent { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="resourceContent")>]
member this.ResourceContent : obj with get, set
Public Property ResourceContent As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to