| 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.11.1.1
Syntaxpublic string GroupId { get; set; }Public Property GroupId As String
Get
Set
public:
property String^ GroupId {
String^ get ();
void set (String^ value);
}member GroupId : string with 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