ApplicationInfoDataIsDevelopmentInstance Property |
Gets a value indicating whether the current instance is licensed solely for development purposes.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "isDevelopmentInstance", EmitDefaultValue = false)]
public bool IsDevelopmentInstance { get; set; }
<DataMemberAttribute(Name := "isDevelopmentInstance", EmitDefaultValue := false)>
Public Property IsDevelopmentInstance As Boolean
Get
Set
public:
[DataMemberAttribute(Name = L"isDevelopmentInstance", EmitDefaultValue = false)]
property bool IsDevelopmentInstance {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(Name = "isDevelopmentInstance", EmitDefaultValue = false)>]
member IsDevelopmentInstance : bool with get, set
Property Value
Type:
BooleanSee Also