Kongsi melalui


ClientInfo.PatchIds Property

 

Applies To: Dynamics CRM 2015

Gets or sets the list of patches that the client has installed.

Namespace:   Microsoft.Xrm.Sdk.Discovery
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

public Guid[] PatchIds { get; set; }
public:
property array<Guid>^ PatchIds {
    array<Guid>^ get();
    void set(array<Guid>^ value);
}
member PatchIds : Guid[] with get, set
Public Property PatchIds As Guid()

Property Value

Type: System.Guid[]

Type: Guid
The list of patched applied.

See Also

ClientInfo Class
Microsoft.Xrm.Sdk.Discovery Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright