Share via


GridField.PropertyTypeId property

Gets or sets a property type ID.

Namespace:  Microsoft.SharePoint.JSGrid
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property PropertyTypeId As String
    Get
    Set
'Usage
Dim instance As GridField
Dim value As String

value = instance.PropertyTypeId

instance.PropertyTypeId = value
public string PropertyTypeId { get; set; }

Property value

Type: System.String
A String containing the property ID.

Remarks

The property ID is used in serialization of this field.

See also

Reference

GridField class

GridField members

Microsoft.SharePoint.JSGrid namespace