Field.FromBaseType Property

Gets a Boolean value that indicates whether the field derives from a base field type.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property FromBaseType As Boolean
    Get
'Usage
Dim instance As Field
Dim value As Boolean

value = instance.FromBaseType
[RemoteAttribute]
public bool FromBaseType { get; }

Property Value

Type: System.Boolean
Returns Booleantrue if the field derives from a base field type otherwise returns false. The default value is

See Also

Reference

Field Class

Field Members

Microsoft.SharePoint.Client Namespace