OrganizationServiceContextExtensions.SetLocLabels Method (OrganizationServiceContext, EntityReference, String, LocalizedLabel[])
Applies To: Dynamics CRM 2013
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
context
Type: Microsoft.Xrm.Sdk.Client.OrganizationServiceContextThe organization service context.
- entityMoniker
Type: Microsoft.Xrm.Sdk.EntityReference
- attributeName
Type: System.String
- labels
Type: Microsoft.Xrm.Sdk.LocalizedLabel[]
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 2013
Return to top