Transform.InitialTemplate PropertyTransform.InitialTemplate PropertyTransform::InitialTemplate Property

Optional stringStringString parameter.

Specifies the initial template to call when executing the transformation.

Syntax

Public Property InitialTemplate As String
        Get
        Set(ByVal value As String)
public string InitialTemplate { get; set; }
public:
property String^ InitialTemplate {
    String^ get();
    void set(String^ value);
}
 

Property Value

Type: System.StringSystem.StringSystem::String^

A stringStringString specifying the initial template, or null a null reference (Nothing in Visual Basic) nullptr if no initial template is specified.

Remarks

This parameter is in Clark notation. "{URI}local" represents the local name "local" in the namespace "URI", or "local" if no namespace is required.