Partager via


Resource.GetPropertyValue<T>(String) Méthode

Définition

Obtient la valeur de propriété associée au nom de propriété spécifié à partir du service Azure Cosmos DB.

public T GetPropertyValue<T> (string propertyName);
member this.GetPropertyValue : string -> 'T
Public Function GetPropertyValue(Of T) (propertyName As String) As T

Paramètres de type

T

Type de la propriété.

Paramètres

propertyName
String

Nom de la propriété.

Retours

T

Valeur de la propriété.

S’applique à