Resource.SetPropertyValue(String, Object) Method

Definition

Sets property value associated with the specified property name in the Azure Cosmos DB service.

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

Parameters

propertyName
String

The name of the property.

propertyValue
Object

The property value.

Applies to