LocalizedLabel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains a localized label, including the label string and the language code.
For the Web API the corresponding type is LocalizedLabel ComplexType.
public ref class LocalizedLabel sealed : Microsoft::Xrm::Sdk::Metadata::MetadataBase
[Microsoft.Xrm.Sdk.Metadata.MetadataName(LogicalCollectionName="LocalizedLabelDefinitions", LogicalName="LocalizedLabel")]
[System.Runtime.Serialization.DataContract(Name="LocalizedLabel", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")]
public sealed class LocalizedLabel : Microsoft.Xrm.Sdk.Metadata.MetadataBase
[<Microsoft.Xrm.Sdk.Metadata.MetadataName(LogicalCollectionName="LocalizedLabelDefinitions", LogicalName="LocalizedLabel")>]
[<System.Runtime.Serialization.DataContract(Name="LocalizedLabel", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")>]
type LocalizedLabel = class
inherit MetadataBase
Public NotInheritable Class LocalizedLabel
Inherits MetadataBase
- Inheritance
- Attributes
Constructors
LocalizedLabel() |
Initializes a new instance of the LocalizedLabel class. |
LocalizedLabel(String, Int32) |
Initializes a new instance of the LocalizedLabel class setting the label string and the language code. |
Properties
ExtensionData |
Gets or sets the structure that contains extra data. (Inherited from MetadataBase) |
HasChanged |
Gets whether the item of metadata has changed. (Inherited from MetadataBase) |
IsManaged |
Gets or sets whether the label is managed. |
Label |
Gets or sets the localized label string. |
LanguageCode |
Gets or sets the language code for the label. |
MetadataId |
Gets or sets a unique identifier for the metadata item. (Inherited from MetadataBase) |