Compartilhar via


ICodeGeneratorMetadata.GeneratorName 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 name of the code generator.

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

Syntax

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

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

Property Value

Type: System.String
The name of the code generator.

See Also

Reference

ICodeGeneratorMetadata Interface

Microsoft.ServiceModel.DomainServices.Tools Namespace