The file associated with this model
Namespace: AppCan.Core.ApplicationAssembly: AppCan.Core (in AppCan.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public string FileName { get; set; } |
Visual Basic |
---|
Public Property FileName As String Get Set |
Visual C++ |
---|
public: virtual property String^ FileName { String^ get () sealed; void set (String^ value) sealed; } |