SearchSchemaValue.OwnerType Property

Definition

Gets or sets the array of workflows containing the field.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to