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
'Usage
Dim instance As VCReference 
Dim value As Boolean 

value = instance.StrongName
bool StrongName { get; }
property bool StrongName {
    bool get ();
}
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

VCReference Members

Microsoft.VisualStudio.VCProjectEngine Namespace