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.24.7.1
Syntax public 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:
StringRemarks
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