Gets the name of the mapped property.
Namespace: SimolAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public string PropertyName { get; set; } |
| Visual Basic |
|---|
Public Property PropertyName As String Get Set |
| Visual C++ |
|---|
public: property String^ PropertyName { String^ get (); void set (String^ value); } |