TypeConstraintAttribute.Constraint Property

Gets the constraint type.

Namespace: System.Windows.Interactivity
Assembly: System.Windows.Interactivity (in system.windows.interactivity.dll)

Syntax

'Declaration
Public Property Constraint As Type
'Usage
Dim instance As TypeConstraintAttribute
Dim value As Type

value = instance.Constraint
public Type Constraint { get; }
public:
property Type^ Constraint {
    Type^ get ();
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public Type get_Constraint ()
CompilerGeneratedAttribute 
public function get Constraint () : Type

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

TypeConstraintAttribute Class
TypeConstraintAttribute Members
System.Windows.Interactivity Namespace