Share via


ApiResourceVersion.ApiVersionString Property

Namespace:  Microsoft.VisualStudio.Services.WebApi
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(Name := "ApiVersion")> _
Public Property ApiVersionString As String
[DataMemberAttribute(Name = "ApiVersion")]
public string ApiVersionString { get; private set; }
[DataMemberAttribute(Name = L"ApiVersion")]
public:
property String^ ApiVersionString {
    String^ get ();
    private: void set (String^ value);
}
[<DataMemberAttribute(Name = "ApiVersion")>]
member ApiVersionString : string with get, private set
function get ApiVersionString () : String 
private function set ApiVersionString (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ApiResourceVersion Class

Microsoft.VisualStudio.Services.WebApi Namespace