ModuleInfoGroup.Ref Property

Gets or sets the Ref value for the whole group. Any ModuleInfo classes that are added after setting this value will also get this Ref. The ref value will also be used by the IModuleManager to determine which IModuleTypeLoader to use. For example, if the ref property can be converted to an URL, it the XapModuleTypeLoader will be used (Only available in the Silverlight version of CAL). For example, using an "file://" prefix with a valid URL will cause the FileModuleTypeLoader to be used (Only available in the desktop version of CAL).

Namespace:  Microsoft.Practices.Composite.Modularity
Assembly:  Microsoft.Practices.Composite (in Microsoft.Practices.Composite.dll)

Syntax

'Declaration
Public Property Ref As String
public string Ref { get; set; }
public:
property String^ Ref {
    String^ get ();
    void set (String^ value);
}
function get_ref();
function set_ref(value);

Field Value

The ref value that will be used.

See Also

ModuleInfoGroup Class

Microsoft.Practices.Composite.Modularity Namespace

ModuleInfo.Ref