ComponentDependencyAttribute.Type Property

Optional type of the component to create if not CreateIfNotFound is true and the component cannot be located in the current container.

Namespace: Microsoft.Practices.CompositeUI
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
Public Property Type As Type
'Usage
Dim instance As ComponentDependencyAttribute
Dim value As Type

value = instance.Type

instance.Type = value
public Type Type { get; set; }
public:
property Type^ Type {
    Type^ get ();
    void set (Type^ value);
}
/** @property */
public Type get_Type ()

/** @property */
public void set_Type (Type value)
public function get Type () : Type

public function set Type (value : Type)

See Also

Reference

ComponentDependencyAttribute Class
ComponentDependencyAttribute Members
Microsoft.Practices.CompositeUI Namespace