ItemModel.VersionString Property
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi.Legacy
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute(Name := "version", EmitDefaultValue := False)> _
Public Property VersionString As String
[DataMemberAttribute(Name = "version", EmitDefaultValue = false)]
public string VersionString { get; set; }
[DataMemberAttribute(Name = L"version", EmitDefaultValue = false)]
public:
property String^ VersionString {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "version", EmitDefaultValue = false)>]
member VersionString : string with get, set
function get VersionString () : String
function set VersionString (value : String)
Property Value
Type: System.String
.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.
See Also
Reference
Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace