AddSolutionComponentRequest.ComponentType Property

Definition

Gets or sets the value that represents the solution component that you are adding. Required.

public:
 property int ComponentType { int get(); void set(int value); };
public int ComponentType { get; set; }
member this.ComponentType : int with get, set
Public Property ComponentType As Integer

Property Value

The integer value of the componenttype global option set.

Remarks

You can use this message when you know the appropriate integer value to use. Most common component types are in the global optionset named componenttype, which is used as the source for the SolutionComponent.ComponentType Choice column. But not all solution components use these types. Some newer component types are not in this list. You can't use this message when you don't know the correct solution component type to use.

Applies to