MetadataNavigationItem.FieldTypeAsString Property
Gets the [TypeAsString] property value of the SPField object that this instance refers to.
Namespace: Microsoft.Office.DocumentManagement.MetadataNavigation
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Public ReadOnly Property FieldTypeAsString As String
Get
'Usage
Dim instance As MetadataNavigationItem
Dim value As String
value = instance.FieldTypeAsString
public string FieldTypeAsString { get; }
Property Value
Type: System.String
The [TypeAsString] property value of the SPField object that this instance refers to.
See Also
Reference
MetadataNavigationItem Members
Microsoft.Office.DocumentManagement.MetadataNavigation Namespace