Share via


VCRuntimeStringProperty.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 VCRuntimeStringProperty 
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 VCRuntimeStringProperty property can be set.

Implements

VCRuntimeProperty.PropertyPageName

.NET Framework Security

See Also

Reference

VCRuntimeStringProperty Interface

VCRuntimeStringProperty Members

PropertyPageName Overload

Microsoft.VisualStudio.VCProjectEngine Namespace