 | GroupsListResultGroups Property |
[This is preliminary documentation and is subject to change.]
The Groups used to present block in the dyostem sensor
Namespace:
Dyostem.Services.Data
Assembly:
Dyostem (in Dyostem.dll) Version: 5.3
Syntaxpublic Groups Groups { get; set; }
Public Property Groups As Groups
Get
Set
Dim instance As GroupsListResult
Dim value As Groups
value = instance.Groups
instance.Groups = value
function get Groups () : Groups
function set Groups (value : Groups)
function get_Groups();
function set_Groups(value);
Property Value
Type:
Groups
See Also