Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Removes a natively recognized property.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Protected Sub RemoveProperty ( _
name As String _
)
protected void RemoveProperty(
string name
)
protected:
void RemoveProperty(
String^ name
)
member RemoveProperty :
name:string -> unit
protected function RemoveProperty(
name : String
)
Parameters
- name
Type: System.String
The name of a property to be removed.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | The name 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.
See Also
Reference
DataConnectionProperties Class