SetReportRelatedRequest.Entities Property

Definition

Gets or sets an array of entity type codes for the related entities. Required.

public:
 property cli::array <int> ^ Entities { cli::array <int> ^ get(); void set(cli::array <int> ^ value); };
public int[] Entities { get; set; }
member this.Entities : int[] with get, set
Public Property Entities As Integer()

Property Value

Int32[]

The array of entity type codes for the related entities.

Applies to