TaskType.Companies Property
The Companies property gets or sets an instance of an array of type string that represents a collection of companies that are associated with a task.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Companies As String()
Get
Set
'Usage
Dim instance As TaskType
Dim value As String()
value = instance.Companies
instance.Companies = value
public string[] Companies { get; set; }
Property Value
Type: []
The Companies property returns an array of type string that represents a collection of companies that are associated with a task.
See Also