RetrieveMissingComponentsRequest.CustomizationFile Property

 

Applies To: Dynamics CRM 2015

Gets or sets a file for a solution. 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[]
A file for a solution

Remarks

Use File.ReadAllBytes Method to convert the file from disk into a byte array.

See Also

RetrieveMissingComponentsRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright