Partager via


Resource.SetPropertyValue(String, Object) Méthode

Définition

Définit la valeur de propriété associée au nom de propriété spécifié dans le service Azure Cosmos DB.

public void SetPropertyValue (string propertyName, object propertyValue);
member this.SetPropertyValue : string * obj -> unit
Public Sub SetPropertyValue (propertyName As String, propertyValue As Object)

Paramètres

propertyName
String

Nom de la propriété.

propertyValue
Object

Valeur de la propriété.

S’applique à