Chili.Opf3 Send comments on this topic.
Name Property
See Also 
Chili.Opf3.Storages.MsSql Namespace > MsSqlSavePoint Class : Name Property




Returns the name of the save point.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Name As String
Visual Basic (Usage)Copy Code
Dim instance As MsSqlSavePoint
Dim value As String
 
value = instance.Name
C# 
public string Name {get;}
Managed Extensions for C++ 
public: __property string* get_Name();
C++/CLI 
public:
property String^ Name {
   String^ get();
}

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also