<<назад ErrorViewModel.vb (Contoso University).
1: Imports System
2:
3: Namespace Models
4:
5: Public Class ErrorViewModel
6:
7: Public Property RequestId As String
8:
9: Public ReadOnly Property ShowRequestId As Boolean
10: Get
11: Return Not String.IsNullOrEmpty(RequestId)
12: End Get
13: End Property
14:
15: End Class
16: End Namespace
Comments (
)
Link to this page:
//www.vb-net.com/EF-missing-FAQ/Code/ErrorViewModel.vb.htm
|