Bam2006Migration.FeaturePostConfig(String, String, String, UInt32) 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.
public:
virtual void FeaturePostConfig(System::String ^ logFileName, System::String ^ tempRegHive, System::String ^ tempFolderPath, System::UInt32 nBTSRelease);
[System.ComponentModel.Browsable(false)]
public void FeaturePostConfig (string logFileName, string tempRegHive, string tempFolderPath, uint nBTSRelease);
abstract member FeaturePostConfig : string * string * string * uint32 -> unit
override this.FeaturePostConfig : string * string * string * uint32 -> unit
Public Sub FeaturePostConfig (logFileName As String, tempRegHive As String, tempFolderPath As String, nBTSRelease As UInteger)
Parameters
- logFileName
- String
- tempRegHive
- String
- tempFolderPath
- String
- nBTSRelease
- UInt32
Implements
- Attributes