Share via


ModuleInfo.Ref Property

Reference to the location of the module assembly.

Examples

The following are examples of valid Ref values: http://myDomain/ClientBin/MyModules.xap for remote module in Silverlight file://c:/MyProject/Modules/MyModule.dll for a loose DLL in WPF.

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

See Also

ModuleInfo Class

Microsoft.Practices.Prism.Modularity Namespace