OlkControl.ControlProperty Property
Returns or sets a String (string in C#) that represents the property on the control that the databind occurs with. Read/write
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Property ControlProperty As String
Get
Set
'Usage
Dim instance As OlkControl
Dim value As String
value = instance.ControlProperty
instance.ControlProperty = value
string ControlProperty { get; set; }
Property Value
Type: System.String