AddSolutionComponentResponse.id Property

Definition

Returns the ID of the new solution component record.

public:
 property Guid id { Guid get(); };
public Guid id { get; }
member this.id : Guid
Public ReadOnly Property id As Guid

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