Task.Companies Property

Definition

Gets or sets a list of companies associated with the task.

public:
 property Microsoft::Exchange::WebServices::Data::StringList ^ Companies { Microsoft::Exchange::WebServices::Data::StringList ^ get(); void set(Microsoft::Exchange::WebServices::Data::StringList ^ value); };
public Microsoft.Exchange.WebServices.Data.StringList Companies { get; set; }
Public Property Companies As StringList

Property Value

A StringList object.

Applies to