RemoveSolutionComponentResponse.id Property

Definition

Gets the ID value of the solution component that was removed.

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

Property Value

The ID value of the solution component that was removed. This corresponds to the SolutionComponent.SolutionComponentId attribute, which is the primary key for the SolutionComponent entity.

Applies to