IApplicationInfoServiceDeploymentFlags Property |
Gets the full list of deployment flags (case-insensitive).
Namespace:
Dundas.BI
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax IReadOnlyCollection<string> DeploymentFlags { get; }
ReadOnly Property DeploymentFlags As IReadOnlyCollection(Of String)
Get
property IReadOnlyCollection<String^>^ DeploymentFlags {
IReadOnlyCollection<String^>^ get ();
}
abstract DeploymentFlags : IReadOnlyCollection<string> with get
Property Value
Type:
IReadOnlyCollectionStringSee Also