DomainServiceClientCodeGeneratorAttribute.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 this generator.
Namespace: Microsoft.ServiceModel.DomainServices.Tools
Assembly: Microsoft.ServiceModel.DomainServices.Tools (in Microsoft.ServiceModel.DomainServices.Tools.dll)
Syntax
'Declaration
Public ReadOnly Property GeneratorName As String
Get
'Usage
Dim instance As DomainServiceClientCodeGeneratorAttribute
Dim value As String
value = instance.GeneratorName
public string GeneratorName { get; }
public:
virtual property String^ GeneratorName {
String^ get () sealed;
}
abstract GeneratorName : string
override GeneratorName : string
final function get GeneratorName () : String
Property Value
Type: System.String
The name of the generator.
Implements
ICodeGeneratorMetadata.GeneratorName
Remarks
The value of the name provides a unique identity for this code generator that can be used to select it from other code generators.