SharedParameterDefinition.SharedParameterDataSetId Property
Namespace: Microsoft.TeamFoundation.TestManagement.Common
Assembly: Microsoft.TeamFoundation.TestManagement.Common (in Microsoft.TeamFoundation.TestManagement.Common.dll)
Syntax
'Declaration
<JsonPropertyAttribute(PropertyName := "sharedParameterDataSetId")> _
Public Property SharedParameterDataSetId As Integer
[JsonPropertyAttribute(PropertyName = "sharedParameterDataSetId")]
public int SharedParameterDataSetId { get; set; }
[JsonPropertyAttribute(PropertyName = L"sharedParameterDataSetId")]
public:
property int SharedParameterDataSetId {
int get ();
void set (int value);
}
[<JsonPropertyAttribute(PropertyName = "sharedParameterDataSetId")>]
member SharedParameterDataSetId : int with get, set
function get SharedParameterDataSetId () : int
function set SharedParameterDataSetId (value : int)
Property Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.