Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an MsiTokenAttribute object.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
value As String _
)
public MsiTokenAttribute(
string name,
string value
)
public:
MsiTokenAttribute(
String^ name,
String^ value
)
new :
name:string *
value:string -> MsiTokenAttribute
public function MsiTokenAttribute(
name : String,
value : String
)
Parameters
- name
Type: System.String
Name of the MsiTokenAttribute.
- value
Type: System.String
Value of the MsiTokenAttribute.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.