|  | BindingRedirectSettingsPublicKeyToken Property | 
            This is used to get or set the public key token for the assembly
            
 
Namespace: SandcastleBuilder.PlugInsAssembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2014.11.22.0
 Syntax
Syntaxpublic string PublicKeyToken { get; set; }Public Property PublicKeyToken As String
	Get
	Set
public:
property String^ PublicKeyToken {
	String^ get ();
	void set (String^ value);
}member PublicKeyToken : string with get, set
Property Value
Type: 
StringIf omitted, "null" is assumed
 See Also
See Also