Share via


ApiResourceVersion.IsPreview Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.Services.Common
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.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.Common Namespace