Condividi tramite


DataPolicyManifest.IsBuiltInOnly Property

Definition

Gets or sets a value indicating whether policy mode is allowed only in built-in definitions.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.isBuiltInOnly")]
public bool? IsBuiltInOnly { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.isBuiltInOnly")>]
member this.IsBuiltInOnly : Nullable<bool> with get, set
Public Property IsBuiltInOnly As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to