Share via


CrmTypes.CreateUniqueIdentifierProperty Method

banner art

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

Syntax

[Visual Basic .NET]
Public Shared Function CreateUniqueIdentifierProperty(
  ByVal name As String,
  ByVal value As UniqueIdentifier
) As UniqueIdentifierProperty

[C#]
public static UniqueIdentifierProperty CreateUniqueIdentifierProperty(
  string  name,
  UniqueIdentifier  value
);

[JScript]
public static function CreateUniqueIdentifierProperty(
  name : String,
  value : UniqueIdentifier
) : UniqueIdentifierProperty;

Parameters

name

Specifies the name of the attribute.

value

Specifies the value of the attribute.

Return Value

Returns an UniqueIdentifierProperty type.

See Also

© 2007 Microsoft Corporation. All rights reserved.