Share via


IModelAnnotation.IsAttachedToStore Property

Gets whether this annotation is attached to the model store.

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

Syntax

'Declaration
ReadOnly Property IsAttachedToStore As Boolean
bool IsAttachedToStore { get; }
property bool IsAttachedToStore {
    bool get ();
}
abstract IsAttachedToStore : bool
function get IsAttachedToStore () : boolean

Property Value

Type: System.Boolean
true if this annotation is attached to the model store; otherwise, false.

.NET Framework Security

See Also

Reference

IModelAnnotation Interface

Microsoft.Data.Schema.SchemaModel Namespace