Share via


ISharedParameterDataRow.Id Property

 

Namespace:   Microsoft.TeamFoundation.TestManagement.Common
Assembly:  Microsoft.TeamFoundation.TestManagement.Common (in Microsoft.TeamFoundation.TestManagement.Common.dll)

Syntax

[DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)]
int Id { get; }
[DebuggerBrowsableAttribute(DebuggerBrowsableState::Never)]
property int Id {
    int get();
}
[<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>]
abstract Id : int with get
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
ReadOnly Property Id As Integer

Property Value

Type: System.Int32

See Also

ISharedParameterDataRow Interface
Microsoft.TeamFoundation.TestManagement.Common Namespace

Return to top