OrganizationServiceContextExtensions.SetLocLabels Method (OrganizationServiceContext, EntityReference, String, LocalizedLabel[])

 

Applies To: Dynamics CRM 2015

Sets the localized labels for the specified attribute. (Developer Extensions)

Namespace:   Microsoft.Xrm.Client.Messages
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

public static void SetLocLabels(
    this OrganizationServiceContext context,
    EntityReference entityMoniker,
    string attributeName,
    LocalizedLabel[] labels
)
public:
[ExtensionAttribute]
static void SetLocLabels(
    OrganizationServiceContext^ context,
    EntityReference^ entityMoniker,
    String^ attributeName,
    array<LocalizedLabel^>^ labels
)
static member SetLocLabels : 
        context:OrganizationServiceContext *
        entityMoniker:EntityReference *
        attributeName:string *
        labels:LocalizedLabel[] -> unit
<ExtensionAttribute>
Public Shared Sub SetLocLabels (
    context As OrganizationServiceContext,
    entityMoniker As EntityReference,
    attributeName As String,
    labels As LocalizedLabel()
)

Parameters

Remarks

This is a method wrapper for the SetLocLabelsRequest and SetLocLabelsResponse classes. See the documentation in the Request class for more information about this message.

See Also

OrganizationServiceContextExtensions Class
Microsoft.Xrm.Client.Messages Namespace
Developer extensions for Microsoft Dynamics CRM 2015

Return to top

© 2017 Microsoft. All rights reserved. Copyright