Share via


CodeSchemaResources.CodeSchemaFinally Property

 

Looks up a localized string similar to Finally.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top