Share via


CrmTypes.CreateCustomerProperty Method

banner art

Creates an instance of a Customer attribute represented as a dynamic entity.

Syntax

[Visual Basic .NET]
Public Shared Function CreateCustomerProperty(
  ByVal name As String,
  ByVal value As Customer
) As CustomerProperty

[C#]
public static CustomerProperty CreateCustomerProperty(
  string  name,
  Customer  value
);

[JScript]
public static function CreateCustomerProperty(
  name : String,
  value : Customer
) : CustomerProperty;

Parameters

name

Specifies the name of the attribute.

value

Specifies the value of the attribute.

Return Value

Returns a CustomerProperty type.

See Also

© 2007 Microsoft Corporation. All rights reserved.