TranslateArrayResponse.OriginalTextSentenceLengths Property
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.MicrosoftTranslationService
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As TranslateArrayResponse
Dim value As Integer()
value = instance.OriginalTextSentenceLengths
instance.OriginalTextSentenceLengths = value
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue:=False)> _
Public Property OriginalTextSentenceLengths As Integer()
[DataMemberAttribute(EmitDefaultValue=false)]
public int[] OriginalTextSentenceLengths { get; set; }
[DataMemberAttribute(EmitDefaultValue=false)]
public:
property array<int>^ OriginalTextSentenceLengths {
array<int>^ get ();
void set (array<int>^ value);
}
/** @property */
public int[] get_OriginalTextSentenceLengths ()
/** @property */
public void set_OriginalTextSentenceLengths (int[] value)
public function get OriginalTextSentenceLengths () : int[]
public function set OriginalTextSentenceLengths (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
TranslateArrayResponse Class
TranslateArrayResponse Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.MicrosoftTranslationService Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.