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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.