Responder Developer Guide
Groups Property (ServiceSettings)


Syntax
'Declaration
 
<XmlArrayAttribute("ProgramGroups")>
<XmlArrayItemAttribute("ProgramGroup", 
   Miner.Responder.WindowsService.ProgramGroup, 
   IsNullable=False)>
<CLSCompliantAttribute(False)>
Public ReadOnly Property Groups As ProgramGroupCollection
'Usage
 
Dim instance As ServiceSettings
Dim value As ProgramGroupCollection
 
value = instance.Groups
[XmlArray("ProgramGroups")]
[XmlArrayItem("ProgramGroup", 
   Miner.Responder.WindowsService.ProgramGroup, 
   IsNullable=false)]
[CLSCompliant(false)]
public ProgramGroupCollection Groups {get;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ServiceSettings Class
ServiceSettings Members

 

 


Send Comment