Dela via


SetLocLabelsRequest.Labels Property

 

Applies To: Dynamics CRM 2015

Gets or sets the label. Required.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

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

Property Value

Type: Microsoft.Xrm.Sdk.LocalizedLabel[]

Type: LocalizedLabel
The label.

See Also

SetLocLabelsRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright