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 (25.3.0.1000)
SyntaxIReadOnlyCollection<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: 
IReadOnlyCollectionString
See Also