Sets the name for this note.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetName( _
ByVal NameIn As String _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As INote
Dim NameIn As String
Dim value As Boolean
value = instance.SetName(NameIn)
|
C# | |
---|
bool SetName(
string NameIn
) |
C++/CLI | |
---|
bool SetName(
& String^ NameIn
) |
Parameters
- NameIn
Note name
Return Value
True if the note name is changed successfully, false if not
Example
See Also