ValueProperty(T) Class

Inheritance Hierarchy

System..::..Object
  Microsoft.Data.Tools.Model.Simple..::..ModelObject
    Microsoft.Data.Tools.Model.Simple..::..ValueProperty<(Of <(<'T>)>)>

Namespace:  Microsoft.Data.Tools.Model.Simple
Assembly:  Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)

Syntax

'Declaration
Public Class ValueProperty(Of T) _
    Inherits ModelObject _
    Implements IValueProperty(Of T), IValueProperty, IModelProperty,  _
    IModelObject
'Usage
Dim instance As ValueProperty(Of T)
public class ValueProperty<T> : ModelObject, 
    IValueProperty<T>, IValueProperty, IModelProperty, IModelObject
generic<typename T>
public ref class ValueProperty : public ModelObject, 
    IValueProperty<T>, IValueProperty, IModelProperty, IModelObject
type ValueProperty<'T> =  
    class
        inherit ModelObject
        interface IValueProperty<'T>
        interface IValueProperty
        interface IModelProperty
        interface IModelObject
    end
JScript does not support generic types and methods.

Type Parameters

  • T

The ValueProperty<(Of <(<'T>)>)> type exposes the following members.

Properties

  Name Description
Public property ActualValue Gets {insert text here}.
Public property ChildNodes Gets {insert text here}. (Inherited from ModelObject.)
Public property DefaultValue Gets {insert text here}.
Public property IsNotPresent Gets {insert text here}.
Public property IsReadOnly Gets or sets {insert text here}.
Public property IsRequired Gets {insert text here}.
Public property Model Gets {insert text here}. (Inherited from ModelObject.)
Public property ParentNode Gets {insert text here}. (Inherited from ModelObject.)
Public property PropertyName Gets {insert text here}.
Public property Value Gets or sets {insert text here}.

Top

Methods

  Name Description
Public method AddAnnotation (Inherited from ModelObject.)
Public method CreateScript (Inherited from ModelObject.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetAncestor< (Of < <' (T> ) > > ) (Inherited from ModelObject.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method SetToNotPresent
Public method ToString (Inherited from Object.)
Public method TryGetAnnotation (Inherited from ModelObject.)
Public method TryGetValue

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Data.Tools.Model.Simple Namespace