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
- 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.