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.Prism.Modularity
Assembly:  Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)

Syntax

public string Ref { get; set; }
'Declaration
Public Property Ref As String
    Get
    Set

Field Value

The ref value that will be used.

See Also

ModuleInfoGroup Class

Microsoft.Practices.Prism.Modularity Namespace

ModuleInfo.Ref