CrmTypes.CreateUniqueIdentifier Method
Creates an instance of a UniqueIdentifier attribute.
Syntax
[Visual Basic .NET]
Public Shared Function CreateUniqueIdentifier(
ByVal value As Guid
) As UniqueIdentifier
[C#]
public static UniqueIdentifier CreateUniqueIdentifier(
Guid value
);
[JScript]
public static function CreateUniqueIdentifier(
value : Guid
) : UniqueIdentifier;
Parameters
value
Specifies the value of the attribute.
Return Value
Returns a UniqueIdentifier type.
See Also