Share via


AssemblyReferences.LocalAssemblyName Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets the local assembly name.

Namespace:  Microsoft.Windows.Design
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Syntax

'Declaration
Public ReadOnly Property LocalAssemblyName As AssemblyName
    Get
public AssemblyName LocalAssemblyName { get; }
public:
property AssemblyName^ LocalAssemblyName {
    AssemblyName^ get ();
}
member LocalAssemblyName : AssemblyName
function get LocalAssemblyName () : AssemblyName

Property Value

Type: System.Reflection.AssemblyName
The local assembly name.

.NET Framework Security

See Also

Reference

AssemblyReferences Class

Microsoft.Windows.Design Namespace

Other Resources

WPF Designer Extensibility