Share via


PSNotebookCell.Source Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="source")]
public System.Collections.Generic.IList<string> Source { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="source")>]
member this.Source : System.Collections.Generic.IList<string> with get, set
Public Property Source As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to