Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.StringThe 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.