Partager via


MongoDbCollectionInfo.ViewOf Property

Definition

Gets or sets the name of the collection that this is a view of, if IsView is true

[Newtonsoft.Json.JsonProperty(PropertyName="viewOf")]
public string ViewOf { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="viewOf")>]
member this.ViewOf : string with get, set
Public Property ViewOf As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to