TaxonomyFieldValue members
Represents a single value held in a TaxonomyField object.
The TaxonomyFieldValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TaxonomyFieldValue | Initializes a new instance of the TaxonomyFieldValue object. |
Top
Properties
Name | Description | |
---|---|---|
Label | Gets or sets the label of the TaxonomyField object. | |
TermGuid | Gets or sets a string representing the term GUID. | |
TypeId | (Overrides ClientValueObject.TypeId.) | |
WssId | Gets or sets the list item ID of the list item containing the taxonomy field value that is encapsulated by the TaxonomyFieldValue object. |
Top
Methods
Name | Description | |
---|---|---|
CustomFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
CustomWriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
FromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
InitOnePropertyFromJson | (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) | |
ToString | (Inherited from Object.) | |
WriteToXml | (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).) |
Top