DeploymentCmdletBase.GetTemplateParameterObject 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.
Used to evaluate the combination of template parameters from passed in static properties and those extracted via dynamic parameter logic.
protected System.Collections.Hashtable GetTemplateParameterObject ();
member this.GetTemplateParameterObject : unit -> System.Collections.Hashtable
Protected Function GetTemplateParameterObject () As Hashtable