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.
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.