Click or drag to resize
ServiceRegistrationOptionsGroupId Property
Gets or sets Group ID for the service to be registered.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.12.5.1
Syntax
public string GroupId { get; set; }

Property Value

Type: String
Remarks
If the input groupId length > MAX_GROUP_ID_SIZE (=64) only the first MAX_GROUP_ID_SIZE chars are considered as Group Id.
See Also