WebProjectSystem.GetPropertyValue Method

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets the value of the property with the specified name.

Namespace:  System.Web.WebPages.Administration.PackageManager
Assembly:  System.Web.WebPages.Administration (in System.Web.WebPages.Administration.dll)

Syntax

'Declaration
Public Function GetPropertyValue ( _
    propertyName As String _
) As Object
'Usage
Dim instance As WebProjectSystem 
Dim propertyName As String 
Dim returnValue As Object 

returnValue = instance.GetPropertyValue(propertyName)
public Object GetPropertyValue(
    string propertyName
)
public:
virtual Object^ GetPropertyValue(
    String^ propertyName
) sealed
abstract GetPropertyValue : 
        propertyName:string -> Object  
override GetPropertyValue : 
        propertyName:string -> Object
public final function GetPropertyValue(
    propertyName : String
) : Object

Parameters

Return Value

Type: System.Object
The value of the property with specified name.

Implements

IPropertyProviderGetPropertyValue(String)

See Also

Reference

WebProjectSystem Class

System.Web.WebPages.Administration.PackageManager Namespace