OAReferenceBase.StrongName Property

Gets whether the assembly is signed with a public/private key pair.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Automation
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property StrongName As Boolean
    Get
'Usage
Dim instance As OAReferenceBase
Dim value As Boolean

value = instance.StrongName
public virtual bool StrongName { get; }
public:
virtual property bool StrongName {
    bool get ();
}
function get StrongName () : boolean
abstract StrongName : bool
override StrongName : bool

Property Value

Type: System.Boolean

Implements

Reference.StrongName

.NET Framework Security

See Also

Reference

OAReferenceBase Class

OAReferenceBase Members

Microsoft.VisualStudio.Data.Schema.Project.Automation Namespace