Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.SharePoint.BusinessData
The LocalizedNameStruct complex type contains information about a localized name.
-
<xs:complexType name="LocalizedNameStruct" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:sequence> <xs:element minOccurs="0" name="lcid" type="xs:unsignedInt"/> <xs:element minOccurs="0" name="metadataObjectId" type="xs:unsignedInt"/> <xs:element minOccurs="0" name="settingId" nillable="true" type="xs:string"/> <xs:element minOccurs="0" name="vlue" nillable="true" type="xs:string"/> </xs:sequence> </xs:complexType>
lcid: The language code identifier (LCID) representing the locale of the localized name. This element MUST be present.
metadataObjectId: The MetadataObjectId of the MetadataObject that contains the localized name. This element MUST be present. The value of this element MUST be in the range 1-0x7fffffff.<8>
settingId: The Setting that contains the localized name. This element MUST be present. The value MUST be NULL if the Setting is the default Setting. The value MUST NOT be NULL if the Setting is not the default Setting.
vlue: The localized name of the MetadataObject in the locale specified with lcid element. This element MUST be present.