共用方式為


ListContainerItem.HasImmutabilityPolicy Property

Definition

Gets the hasImmutabilityPolicy public property is set to true by SRP if ImmutabilityPolicy has been created for this container. The hasImmutabilityPolicy public property is set to false by SRP if ImmutabilityPolicy has not been created for this container.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.hasImmutabilityPolicy")]
public bool? HasImmutabilityPolicy { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.hasImmutabilityPolicy")>]
member this.HasImmutabilityPolicy : Nullable<bool>
Public ReadOnly Property HasImmutabilityPolicy As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to