ExportSolutionRequest.TargetVersion Property
Applies To: Dynamics CRM 2015
Get or set a value indicating the version that the exported solution will support.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public string TargetVersion { get; set; }
public:
property String^ TargetVersion {
String^ get();
void set(String^ value);
}
member TargetVersion : string with get, set
Public Property TargetVersion As String
Property Value
Type: System.String
Type: String
A value indicating the version that the exported solution will support. Optional.
Remarks
Until updates to Microsoft Dynamics CRM 2015 and Microsoft Dynamics CRM Online 2015 Updateare released, there is only one valid value for this property.
Valid values are:
Value |
Version |
---|---|
7.0.0.0 |
Microsoft Dynamics CRM 2015 and Microsoft Dynamics CRM Online 2015 Update |
See Also
ExportSolutionRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright