Share via


ApiResourceVersion.IsPreview Property

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

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property IsPreview As Boolean
[DataMemberAttribute(EmitDefaultValue = false)]
public bool IsPreview { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property bool IsPreview {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member IsPreview : bool with get, set
function get IsPreview () : boolean 
function set IsPreview (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ApiResourceVersion Class

Microsoft.VisualStudio.Services.WebApi Namespace