Share via


CatalogOrServerPropertyItem.VerifyThisProperty Property

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Property VerifyThisProperty As Boolean
public bool VerifyThisProperty { get; set; }
public:
property bool VerifyThisProperty {
    bool get ();
    void set (bool value);
}
member VerifyThisProperty : bool with get, set
function get VerifyThisProperty () : boolean
function set VerifyThisProperty (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

CatalogOrServerPropertyItem Class

Microsoft.Data.Schema.Build Namespace