Share via


VCRuntimeProperty.PropertyPageName Property

Sets or gets the property page for the property.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Property PropertyPageName As String
'Usage
Dim instance As VCRuntimeProperty 
Dim value As String 

value = instance.PropertyPageName

instance.PropertyPageName = value
string PropertyPageName { get; set; }
property String^ PropertyPageName {
    String^ get ();
    void set (String^ value);
}
function get PropertyPageName () : String 
function set PropertyPageName (value : String)

Property Value

Type: System.String
String containing the property page where the VCRuntimeProperty property can be set.

.NET Framework Security

See Also

Reference

VCRuntimeProperty Interface

VCRuntimeProperty Members

Microsoft.VisualStudio.VCProjectEngine Namespace