CodeSchemaResources.CodeSchemaFinallys Property

Looks up a localized string similar to Finally Blocks.

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

Syntax

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

Property Value

Type: String

.NET Framework Security

See Also

Reference

CodeSchemaResources Class

Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace