VCFxCopTool2.Culture Property

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

Syntax

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

Property Value

Type: String

.NET Framework Security

See Also

Reference

VCFxCopTool2 Interface

Microsoft.VisualStudio.VCProjectEngine Namespace