OrderedVariableSizeList.IVersionTag.VersionTag Property
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Common
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Private ReadOnly Property VersionTag As Integer
Implements IVersionTag.VersionTag
int IVersionTag.VersionTag { get; }
private:
virtual property int VersionTag {
int get () sealed = IVersionTag::VersionTag::get;
}
private abstract VersionTag : int with get
private override VersionTag : int with get
JScript does not support explicit interface implementations.
Property Value
Type: System.Int32
Returns Int32.
Implements
.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.