ContactItemType.Children Property
The Children property gets or sets an array of type string that contains the names of children for the contact.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Children As String()
Get
Set
'Usage
Dim instance As ContactItemType
Dim value As String()
value = instance.Children
instance.Children = value
public string[] Children { get; set; }
Property Value
Type: []
The Children property returns an array of type string that contains the names of children for the contact.
See Also