'Declaration
Property Flat As Boolean
'Usage
Dim instance As _UAGlobalApplicationDiscoveryQuery Dim value As Boolean instance.Flat = value value = instance.Flat
bool Flat {get; set;}
'Declaration
Property Flat As Boolean
'Usage
Dim instance As _UAGlobalApplicationDiscoveryQuery Dim value As Boolean instance.Flat = value value = instance.Flat
bool Flat {get; set;}
When the Flat property is false
, the discovery query returns one OpcLabs.EasyOpc.UA.Discovery.UADiscoveryElement for each application found, and its DiscoveryUriStrings property contains one or more application discovery URLs.
When the Flat property is true
, the discovery query returns one OpcLabs.EasyOpc.UA.Discovery.UADiscoveryElement for each discovery URL of each application found. In this case, the DiscoveryUriStrings property of each returned application element contains precisely one string, and you can therefore use the DiscoveryUriString property instead to obtain the discovery URL.