Share via


CSharpProjectProperties7.Win32ResourceFile Property

Namespace:  VSLangProj110
Assembly:  VSLangProj110 (in VSLangProj110.dll)

Syntax

'Declaration
Property Win32ResourceFile As String
string Win32ResourceFile { get; set; }
property String^ Win32ResourceFile {
    String^ get ();
    void set (String^ value);
}
abstract Win32ResourceFile : string with get, set
function get Win32ResourceFile () : String 
function set Win32ResourceFile (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

CSharpProjectProperties7 Interface

VSLangProj110 Namespace