IPipeline.Subscriber Property

Definition

Subscribers of this resource

[ADT.Runtime.Info(Create=true, Description="Subscribers of this resource", PossibleTypes=new System.Type[] { typeof(ADT.Models.ISubscriber) }, Read=true, ReadOnly=false, Required=false, SerializedName="subscribers", Update=true)]
public System.Collections.Generic.List<ADT.Models.ISubscriber> Subscriber { get; set; }
[<ADT.Runtime.Info(Create=true, Description="Subscribers of this resource", PossibleTypes=new System.Type[] { typeof(ADT.Models.ISubscriber) }, Read=true, ReadOnly=false, Required=false, SerializedName="subscribers", Update=true)>]
member this.Subscriber : System.Collections.Generic.List<ADT.Models.ISubscriber> with get, set
Public Property Subscriber As List(Of ISubscriber)

Property Value

Attributes

Applies to