Share via


MongoDbCollectionInfo.IsSystemCollection Property

Definition

Gets or sets whether the collection is system collection

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to