PagePorter Class Library

Metadata.RemoveValue Method 

Removes a variable from the collection.

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

Parameters

name
The name of the variable.

See Also

Metadata Class | Parastream.Web.MsFrontPage Namespace