BuildingCoder.CmdInstallLocation.GetRevitProductCode C# (CSharp) Метод

GetRevitProductCode() приватный Метод

private GetRevitProductCode ( string reg_path_product ) : string
reg_path_product string
Результат string
        string GetRevitProductCode( string reg_path_product )
        {
            return GetSubkeyValue( reg_path_product,
            "Components", "ProductCode" );
        }