MetadataNavigationItem.FieldId property
Gets the [Id] 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 FieldId As Guid
Get
'Usage
Dim instance As MetadataNavigationItem
Dim value As Guid
value = instance.FieldId
public Guid FieldId { get; }
Property value
Type: System.Guid
The [Id] of the SPField object that this instance refers to.
See also
Reference
MetadataNavigationItem members
Microsoft.Office.DocumentManagement.MetadataNavigation namespace