| IOrganizationServiceMetadataExtensionsRetrievePicklistItemLabel Method  | 
 
            Получение метки элемента списка значений.
            
 
    Namespace: 
   PZone.Xrm
    Assembly:
   PZone.SDK.Xrm (in PZone.SDK.Xrm.dll) Version: 8.2.1.0 (8.2.1.0)
 Syntax
Syntaxpublic static string RetrievePicklistItemLabel(
	this IOrganizationService service,
	string entityName,
	string attributeName,
	int value
)
Parameters
- service
- Type: IOrganizationService
 Экземпляр сервиса CRM.
- entityName
- Type: SystemString
 Системное имя сущности.
- attributeName
- Type: SystemString
 Системное имя атрибута сущности типа "Список значений" (Picklist).
- value
- Type: SystemInt32
 Числовое значение элемента списка.
Return Value
Type: 
String
            Метод возвращает локальную метку элемента списка значений.
            
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type 
IOrganizationService. When you use instance method syntax to call this method, omit the first parameter. For more information, see 
Extension Methods (Visual Basic) or 
Extension Methods (C# Programming Guide).
 Exceptions
Exceptions See Also
See Also