BuildManagerCompiledView.ViewPath Property

Gets or sets the view path.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

'Declaration
Public Property ViewPath As String 
	Get 
	Protected Set
'Usage
Dim instance As BuildManagerCompiledView 
Dim value As String 

value = instance.ViewPath

instance.ViewPath = value

Property Value

Type: System.String
The view path.
Show: