Compartilhar via


ICodeGeneratorMetadata.Language Property

[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]

Gets the language the code generator supports.

Namespace:  Microsoft.ServiceModel.DomainServices.Tools
Assembly:  Microsoft.ServiceModel.DomainServices.Tools (in Microsoft.ServiceModel.DomainServices.Tools.dll)

Syntax

'Declaration
ReadOnly Property Language As String
    Get
'Usage
Dim instance As ICodeGeneratorMetadata
Dim value As String

value = instance.Language
string Language { get; }
property String^ Language {
    String^ get ();
}
abstract Language : string
function get Language () : String

Property Value

Type: System.String
The language the code generator supports.

Remarks

This value is required and contains the string name of the language supported by this code generator, such as "C#" or "VB".

See Also

Reference

ICodeGeneratorMetadata Interface

Microsoft.ServiceModel.DomainServices.Tools Namespace