Share via


OAProjectReference.Culture Property

Gets the language or culture supported by the reference.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Automation
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property Culture As String
'Usage
Dim instance As OAProjectReference 
Dim value As String 

value = instance.Culture
public override string Culture { get; }
public:
virtual property String^ Culture {
    String^ get () override;
}
public override function get Culture () : String

Property Value

Type: System.String

Implements

Reference.Culture

.NET Framework Security

See Also

Reference

OAProjectReference Class

OAProjectReference Members

Microsoft.VisualStudio.Data.Schema.Project.Automation Namespace