Udostępnij za pośrednictwem


GetTranslationsResponse.Translations Property

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

Usage

'Usage
Dim instance As GetTranslationsResponse
Dim value As TranslationMatch()

value = instance.Translations

instance.Translations = value

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue:=False)> _
Public Property Translations As TranslationMatch()
[DataMemberAttribute(EmitDefaultValue=false)] 
public TranslationMatch[] Translations { get; set; }
[DataMemberAttribute(EmitDefaultValue=false)] 
public:
property array<TranslationMatch^>^ Translations {
    array<TranslationMatch^>^ get ();
    void set (array<TranslationMatch^>^ value);
}
/** @property */
public TranslationMatch[] get_Translations ()

/** @property */
public void set_Translations (TranslationMatch[] value)
public function get Translations () : TranslationMatch[]

public function set Translations (value : TranslationMatch[])

Property Value

Returns TranslationMatch.

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

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

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