SPListItem.ProgId property

The Program identifier for this item.

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

Syntax

'Declaration
Public Property ProgId As String
    Get
    Set
'Usage
Dim instance As SPListItem
Dim value As String

value = instance.ProgId

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

Property value

Type: System.String
A String representation of the Program identifier.

Remarks

Used to determine which program to use when the item is opened.

See also

Reference

SPListItem class

SPListItem members

Microsoft.SharePoint namespace