다음을 통해 공유


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