Id Property
Summary
Gets or sets the value of the Id column for this row.
Syntax
[DebuggerNonUserCodeAttribute()]
public string Id { get; set; }
<DebuggerNonUserCodeAttribute()>
Public Property Id() As String
Get
Set
public:
[DebuggerNonUserCodeAttribute]
property String^ Id
{
String^ get()
void set(String^ value)
}
Property Value
The value of the Id column for this row.