CodeSchemaPropertiesResources.CodeGenTargetName_Label Property

 

Looks up a localized string similar to CodeGenTargetName.

Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.dll)

Syntax

public static string CodeGenTargetName_Label { get; }
public:
property String^ CodeGenTargetName_Label {
    static String^ get();
}
static member CodeGenTargetName_Label : string with get
Public Shared ReadOnly Property CodeGenTargetName_Label As String

Property Value

Type: System.String

See Also

CodeSchemaPropertiesResources Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace

Return to top