Partajați prin


DupSettings.MatchcodeLength Property

 

Applies To: Dynamics CRM 2015

Gets or sets the length of the match code.

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

Syntax

[DataMemberAttribute]
public int MatchcodeLength { get; set; }
public:
[DataMemberAttribute]
property int MatchcodeLength {
    int get();
    void set(int value);
}
[<DataMemberAttribute>]
member MatchcodeLength : int with get, set
<DataMemberAttribute>
Public Property MatchcodeLength As Integer

Property Value

Type: System.Int32

Type: Int32
The length of the match code.

See Also

DupSettings Class
Microsoft.Xrm.Sdk.Deployment Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright