Label Members
Include Protected Members
Include Inherited Members
Represents the name of a Term object in a specific language.
The Label type exposes the following members.
Properties
Name | Description | |
---|---|---|
IsDefaultForLanguage | Indicates whether this Label object is the default label for the label's language. | |
Language | Indicates the locale of the current Label object. | |
Term | Returns the Term object that the current Label object is associated with. | |
Value | Gets the value of the current Label object. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the current Label object. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetAsDefaultForLanguage | Sets the current Label object as the default label for its language. | |
ToString | (Inherited from Object.) |
Top