PagePorter Class Library

MsTheme.GetValue Method (String, String)

Returns a specified theme value.

[Visual Basic]
Overloads Public Function GetValue( _
   ByVal selector As String, _
   ByVal property As String _
) As String
[C#]
public string GetValue(
   string selector,
   string property
);

Parameters

selector
The selector name for the value.
property
The property name for the value.

Return Value

The specified theme value, or null (Nothing in Visual Basic) if the value was not found.

See Also

MsTheme Class | Parastream.Web.MsFrontPage Namespace | MsTheme.GetValue Overload List