XdsObjects Help file
XdsObjects Namespace / XdsLicense Class / IsStrongName Property



In This Topic
    IsStrongName Property
    In This Topic
    Indicates whether the license is derived from the strong name of the calling program
    Syntax
    Public ReadOnly Property IsStrongName As Boolean
    Dim instance As XdsLicense
    Dim value As Boolean
     
    value = instance.IsStrongName
    public bool IsStrongName {get;}
    public:
    property bool IsStrongName {
       bool get();
    }
    Remarks
    This is an advanced feature of certain specialist licenses. Most normal licenses, issued via the activation mechanism will return false.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also