Partager via


MongoDbCollectionInfo.IsView Property

Definition

Gets or sets whether the collection is a view of another collection

[Newtonsoft.Json.JsonProperty(PropertyName="isView")]
public bool IsView { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isView")>]
member this.IsView : bool with get, set
Public Property IsView As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to