AddSolutionComponentRequest.ComponentType Property
Applies To: Dynamics CRM 2015
Gets or sets the value that represents the solution component that you are adding. Required.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public int ComponentType { get; set; }
public:
property int ComponentType {
int get();
void set(int value);
}
member ComponentType : int with get, set
Public Property ComponentType As Integer
Property Value
Type: System.Int32
Type: Int32
The integer value of the componenttype enumeration.
Remarks
An enumeration named componenttype that defines the supported range of values for this property is available 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
AddSolutionComponentRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright