UserProperty.Formula Property
Returns or sets a String (string in C#) representing the formula for the user property. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property Formula As String
Get
Set
'Usage
Dim instance As UserProperty
Dim value As String
value = instance.Formula
instance.Formula = value
[DispIdAttribute()]
string Formula { get; set; }
Property Value
Type: System.String