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