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