ApiResourceLocation.ReleasedVersionString Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ApiResourceLocation Class

Microsoft.VisualStudio.Services.WebApi Namespace