Compartir a través de


EntityProperty.GeneratePropertyForString(String) Método

Definición

Crea un nuevo objeto EntityProperty que representa el valor String especificado.

public static Microsoft.Azure.Cosmos.Table.EntityProperty GeneratePropertyForString (string input);
static member GeneratePropertyForString : string -> Microsoft.Azure.Cosmos.Table.EntityProperty
Public Shared Function GeneratePropertyForString (input As String) As EntityProperty

Parámetros

input
String

Valor del nuevo objeto EntityProperty.

Devoluciones

Objeto EntityProperty con el valor especificado.

Se aplica a