Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes a custom property from a specified set of data connection properties.
Namespace:  Microsoft.Data.ConnectionUI
Assembly:  Microsoft.Data.ConnectionUI (in Microsoft.Data.ConnectionUI.dll)
Syntax
'Declaration
Sub Remove ( _
    propertyName As String _
)
void Remove(
    string propertyName
)
void Remove(
    String^ propertyName
)
abstract Remove : 
        propertyName:string -> unit
function Remove(
    propertyName : String
)
Parameters
- propertyName 
 Type: System.String- Name of the custom property to be removed. 
Exceptions
| Exception | Condition | 
|---|---|
| ArgumentNullException | The propertyName parameter is null. | 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.