ImportSolutionRequest.CustomizationFile Property

 

Applies To: Dynamics CRM 2015

Gets or sets the compressed solutions file to import. Required.

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

Syntax

public byte[] CustomizationFile { get; set; }
public:
property array<unsigned char>^ CustomizationFile {
    array<unsigned char>^ get();
    void set(array<unsigned char>^ value);
}
member CustomizationFile : byte[] with get, set
Public Property CustomizationFile As Byte()

Property Value

Type: System.Byte[]

Type: Byte[]
The compressed solutions file to import. Required.

See Also

ImportSolutionRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright