AttendeeField.Value property
Gets the attendee e-mail address.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Value As Object
Get
'Usage
Dim instance As AttendeeField
Dim value As Object
value = instance.Value
public override Object Value { get; }
Property value
Type: System.Object
A string that contains the attendee e-mail address.