VCReference.StrongName Property

Gets a value indicating whether or not the selected reference has a strong name.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
ReadOnly Property StrongName As Boolean
    Get
bool StrongName { get; }
property bool StrongName {
    bool get ();
}
abstract StrongName : bool
function get StrongName () : boolean

Property Value

Type: System.Boolean
true if the reference has a strong name; otherwise, false.

.NET Framework Security

See Also

Reference

VCReference Interface

Microsoft.VisualStudio.VCProjectEngine Namespace