ApiResourceLocation.MaxVersionString Property
Namespace: Microsoft.VisualStudio.Services.WebApi
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute(Name := "MaxVersion")> _
Public Property MaxVersionString As String
[DataMemberAttribute(Name = "MaxVersion")]
public string MaxVersionString { get; private set; }
[DataMemberAttribute(Name = L"MaxVersion")]
public:
property String^ MaxVersionString {
String^ get ();
private: void set (String^ value);
}
[<DataMemberAttribute(Name = "MaxVersion")>]
member MaxVersionString : string with get, private set
function get MaxVersionString () : String
private function set MaxVersionString (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.