_OlkOptionButton.GroupName Property
Returns or sets a String (string in C#) that identifies a group of mutually exclusive option button controls. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property GroupName As String
Get
Set
'Usage
Dim instance As _OlkOptionButton
Dim value As String
value = instance.GroupName
instance.GroupName = value
[DispIdAttribute()]
string GroupName { get; set; }
Property Value
Type: System.String
Remarks
Only one member in the group can be selected at a time. Selecting a new member of the group automatically removes the previous selection of any other group member.
The default value is an empty string.