Share via


SourceControlSyncJobStreamById.Value Property

Definition

Gets or sets the values of the job stream.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.value")]
public System.Collections.Generic.IDictionary<string,object> Value { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.value")>]
member this.Value : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property Value As IDictionary(Of String, Object)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to