SetLocLabelsRequest.Labels Property

Definition

Gets or sets the label. Required.

public:
 property cli::array <Microsoft::Xrm::Sdk::LocalizedLabel ^> ^ Labels { cli::array <Microsoft::Xrm::Sdk::LocalizedLabel ^> ^ get(); void set(cli::array <Microsoft::Xrm::Sdk::LocalizedLabel ^> ^ value); };
public Microsoft.Xrm.Sdk.LocalizedLabel[] Labels { get; set; }
member this.Labels : Microsoft.Xrm.Sdk.LocalizedLabel[] with get, set
Public Property Labels As LocalizedLabel()

Property Value

The label.

Applies to