ComponentDetail.Type Property

Definition

Gets or sets the component type of the solution component.

public:
 property int Type { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int Type { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Type : int with get, set
Public Property Type As Integer

Property Value

The component type of the solution component.

Attributes

Applies to