Share via


LicenseFeature.InPreviewMode Property

Flag to determine if feature is in preview mode.

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Public Property InPreviewMode As Boolean
public bool InPreviewMode { get; set; }
public:
virtual property bool InPreviewMode {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract InPreviewMode : bool with get, set 
override InPreviewMode : bool with get, set
final function get InPreviewMode () : boolean 
final function set InPreviewMode (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

Implements

ILicenseFeature.InPreviewMode

.NET Framework Security

See Also

Reference

LicenseFeature Class

Microsoft.TeamFoundation.Server.Core Namespace