MsiTokenAttribute Constructor (String^, String^)

 

Creates an MsiTokenAttribute object.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
MsiTokenAttribute(
	String^ name,
	String^ value
)

Parameters

name
Type: System::String^

Name of the MsiTokenAttribute.

value
Type: System::String^

Value of the MsiTokenAttribute.

Return to top
Show: