AddSolutionComponentResponse.id Property

Definition

Returns the ID of the new solution component record.

public:
 property Guid id { Guid get(); };

Property Value

The ID of the new solution component record. This corresponds to the SolutionComponent. SolutionComponentId column, which is the primary key for the SolutionComponent table.

Applies to

See also