DataConnectionProperties.ModifyProperty(String, Attribute[]) Method

Definition

Modifies an existing property of which the current DataConnectionProperties instance is natively aware.

protected:
 void ModifyProperty(System::String ^ name, ... cli::array <Attribute ^> ^ attributes);
protected void ModifyProperty (string name, params Attribute[] attributes);
member this.ModifyProperty : string * Attribute[] -> unit
Protected Sub ModifyProperty (name As String, ParamArray attributes As Attribute())

Parameters

name
String

The name of a property.

attributes
Attribute[]

A set of attributes that should be added or modified.

Exceptions

The name parameter is null.

Applies to