PagePorter Class Library

WebMetadata.SetSubstitutionVariable Method 

Sets the value of a substitution variable, used by the FpSubstitution control.

[Visual Basic]
Public Sub SetSubstitutionVariable( _
   ByVal name As String, _
   ByVal value As String _
)
[C#]
public void SetSubstitutionVariable(
   string name,
   string value
);

Parameters

name
The name of the variable.
value
The value of the variable.

See Also

WebMetadata Class | Parastream.Web.MsFrontPage Namespace