LocalizedLabelCollection Constructor (IList<LocalizedLabel>)
Applies To: Dynamics CRM 2015
Initializes a new instance of the LocalizedLabelCollection class
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public LocalizedLabelCollection(
IList<LocalizedLabel> list
)
public:
LocalizedLabelCollection(
IList<LocalizedLabel^>^ list
)
new :
list:IList<LocalizedLabel> -> LocalizedLabelCollection
Public Sub New (
list As IList(Of LocalizedLabel)
)
Parameters
list
Type: System.Collections.Generic.IList<LocalizedLabel>Type: IList<LocalizedLabel>. Sets a list of localized labels.
See Also
LocalizedLabelCollection Overload
LocalizedLabelCollection Class
Microsoft.Xrm.Sdk Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright