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.
Sets the property name.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Sub SetName ( _
value As String _
)
public void SetName(
string value
)
public:
void SetName(
String^ value
)
member SetName :
value:string -> unit
public function SetName(
value : String
)
Parameters
- value
Type: System.String
The property name.
Remarks
If the value parameter is nulla null reference (Nothing in Visual Basic), this method sets the property name to an empty string.
.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.