TaskType.Companies Property

Definition

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.

public:
 property cli::array <System::String ^> ^ Companies { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public string[] Companies { get; set; }
Public Property Companies As String()

Property Value

String[]

The Companies property returns an array of type string that represents a collection of companies that are associated with a task.

Applies to