Conflict.YourPropertyId Property
Gets or sets your property id.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property YourPropertyId As Integer
public int YourPropertyId { get; set; }
public:
property int YourPropertyId {
int get ();
void set (int value);
}
member YourPropertyId : int with get, set
function get YourPropertyId () : int
function set YourPropertyId (value : int)
Property Value
Type: System.Int32
Your property id.
.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.