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
- 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.