Resource.SetPropertyValue
Method
Definition
Sets property value associated with the specified property name in the Azure DocumentDB database service.
public void SetPropertyValue (string propertyName, object propertyValue);
Parameters
- propertyName
-
String
The name of the property.
- propertyValue
-
Object
The property value.