AttendeeField.Value Property
Gets the attendee e-mail address.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.