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)

property bool StrongName {
	bool get();
}

Property Value

Type: System::Boolean

true if the reference has a strong name; otherwise, false.

Return to top
Show: