TaxonomyField.GetFieldValueAsText(Object) Method
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.
[Microsoft.SharePoint.Client.Remote]
public virtual Microsoft.SharePoint.Client.ClientResult<string> GetFieldValueAsText (object value);
abstract member GetFieldValueAsText : obj -> Microsoft.SharePoint.Client.ClientResult<string>
override this.GetFieldValueAsText : obj -> Microsoft.SharePoint.Client.ClientResult<string>
Public Overridable Function GetFieldValueAsText (value As Object) As ClientResult(Of String)
Parameters
- value
- Object
Returns
- Attributes