VCRuntimeEnumProperty.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
    Get
    Set
string PropertyPageName { get; set; }
property String^ PropertyPageName {
    String^ get ();
    void set (String^ value);
}
abstract PropertyPageName : string with get, set
function get PropertyPageName () : String
function set PropertyPageName (value : String)

Property Value

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

Implements

VCRuntimeProperty.PropertyPageName

.NET Framework Security

See Also

Reference

VCRuntimeEnumProperty Interface

PropertyPageName Overload

Microsoft.VisualStudio.VCProjectEngine Namespace