Dela via


ServiceUpdateDescription.ServiceTags Property

Definition

Gets or sets collection tags that represent service tags.

public System.Fabric.Description.ServiceTagsCollection ServiceTags { get; set; }
member this.ServiceTags : System.Fabric.Description.ServiceTagsCollection with get, set
Public Property ServiceTags As ServiceTagsCollection

Property Value

Collection of tags that represent service tags.

Remarks

See ServiceTags

Applies to