ComponentDetail.Type Property

 

Applies To: Dynamics CRM 2015

Gets or sets the component type of the solution component.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

[DataMemberAttribute]
public int Type { get; set; }
public:
[DataMemberAttribute]
property int Type {
    int get();
    void set(int value);
}
[<DataMemberAttribute>]
member Type : int with get, set
<DataMemberAttribute>
Public Property Type As Integer

Property Value

Type: System.Int32

Type: Int32
The component type of the solution component.

Remarks

The enumeration named componenttype defines the supported range of values for this property. You can access the available values by including the file SampleCode\CS\HelperCode\OptionSets.cs or SampleCode\VB\HelperCode\OptionSets.vb in your project. These values are defined by the global option set Component Type (componenttype).

See Also

ComponentDetail Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright