Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.