Share via


CrmTypes.CreateDynamicEntityArrayProperty Method

banner art

Creates an instance of a entity array represented as a dynamic entity.

Syntax

[Visual Basic .NET]
Public Shared Function CreateDynamicEntityArrayProperty(
  ByVal name As String,
  ByVal value As DynamicEntity()
) As DynamicEntityArrayProperty

[C#]
public static DynamicEntityArrayProperty CreateDynamicEntityArrayProperty(
  string  name,
  DynamicEntity[]  value
);

[JScript]
public static function CreateDynamicEntityArrayProperty(
  name : String,
  value : DynamicEntity[]
) : DynamicEntityArrayProperty;

Parameters

name

Specifies the name of the attribute.

value

Specifies the value of the attribute.

Return Value

Returns a DynamicEntityArrayProperty type.

See Also

© 2007 Microsoft Corporation. All rights reserved.