Share via


_OlkDateControl.Value Property

Returns or sets an Object that represents the content of the control. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Default Property Value As Object
    Get
    Set
'Usage
Dim instance As _OlkDateControl
Dim value As Object

value = instance

instance = value
[DispIdAttribute()]
Object this { get; set; }

Property Value

Type: System.Object

Remarks

The value is the same as the value of Text, except that this property is Object and Text is strongly typed as String (string in C#).

See Also

Reference

_OlkDateControl Interface

_OlkDateControl Members

Microsoft.Office.Interop.Outlook Namespace