Gets or sets the name of the object that causes the error.
Namespace: FirstFloor.DocumentsAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public string Source { get; set; } |
| Visual Basic |
|---|
Public Property Source As String Get Set |
| Visual C++ |
|---|
public: property String^ Source { String^ get (); void set (String^ value); } |