Compartilhar via


TranslationMatch.MatchDegree Property

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.MicrosoftTranslationService
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim instance As TranslationMatch
Dim value As Integer

value = instance.MatchDegree

instance.MatchDegree = value

Syntax

'Declaration
<DataMemberAttribute(IsRequired:=True)> _
Public Property MatchDegree As Integer
[DataMemberAttribute(IsRequired=true)] 
public int MatchDegree { get; set; }
[DataMemberAttribute(IsRequired=true)] 
public:
property int MatchDegree {
    int get ();
    void set (int value);
}
/** @property */
public int get_MatchDegree ()

/** @property */
public void set_MatchDegree (int value)
public function get MatchDegree () : int

public function set MatchDegree (value : int)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

TranslationMatch Class
TranslationMatch Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.MicrosoftTranslationService Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.