VCConfiguration.IntrinsicPropertySheets Property

Microsoft internal use only. Do not use.

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

Syntax

'Declaration
Property IntrinsicPropertySheets As String
'Usage
Dim instance As VCConfiguration 
Dim value As String 

value = instance.IntrinsicPropertySheets

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

VCConfiguration Interface

VCConfiguration Members

Microsoft.VisualStudio.VCProjectEngine Namespace