Share via


EntityProperty.GeneratePropertyForGuid(Nullable<Guid>) Method

Definition

Creates a new EntityProperty object that represents the specified Guid value.

public static Microsoft.Azure.Cosmos.Table.EntityProperty GeneratePropertyForGuid (Guid? input);
static member GeneratePropertyForGuid : Nullable<Guid> -> Microsoft.Azure.Cosmos.Table.EntityProperty
Public Shared Function GeneratePropertyForGuid (input As Nullable(Of Guid)) As EntityProperty

Parameters

input
Nullable<Guid>

The value for the new EntityProperty.

Returns

An EntityProperty object with the specified value.

Applies to