The column's property identifier (PID).
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public int pid {
get;
set; }
Public Property pid As Integer
Get
Set
public:
property int pid {
int get ();
void set (int value);
}
member pid : int with
get, set
Property Value
Type:
Int32See Also