TranslationMatch.Count 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.Count
instance.Count = value
Syntax
'Declaration
<DataMemberAttribute(IsRequired:=True)> _
Public Property Count As Integer
[DataMemberAttribute(IsRequired=true)]
public int Count { get; set; }
[DataMemberAttribute(IsRequired=true)]
public:
property int Count {
int get ();
void set (int value);
}
/** @property */
public int get_Count ()
/** @property */
public void set_Count (int value)
public function get Count () : int
public function set Count (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.