ServiceDependencyAttribute.Type Property

Gets or sets the type of the service the property expects.

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

Syntax

'Declaration
Public Property Type As Type
'Usage
Dim instance As ServiceDependencyAttribute
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

ServiceDependencyAttribute Class
ServiceDependencyAttribute Members
Microsoft.Practices.CompositeUI Namespace