IVbcHostObject5.SetSubsystemVersion(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the subsystem version as specified.
public:
bool SetSubsystemVersion(System::String ^ subsystemVersion);
public bool SetSubsystemVersion (string subsystemVersion);
abstract member SetSubsystemVersion : string -> bool
Public Function SetSubsystemVersion (subsystemVersion As String) As Boolean
Parameters
- subsystemVersion
- String
The subsystem version.
Returns
Returns true
if the method is successful.