Share via


VBProjectConfigurationProperties5.DocumentationFile Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

VBProjectConfigurationProperties5 Interface

VSLangProj110 Namespace