ResponseObjectType.ObjectName Property
The ObjectName property gets or sets the name of the reply object class as an English string.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ObjectName As String
Get
Set
'Usage
Dim instance As ResponseObjectType
Dim value As String
value = instance.ObjectName
instance.ObjectName = value
public string ObjectName { get; set; }
Property Value
Type: System.String
The ObjectName property returns an English string that represents the name of the reply object class.