MFPropertyValuesBuilderSetTitle(String, Object) Method

Sets the default title property, and also optionally the custom one defined in a class.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public MFPropertyValuesBuilder SetTitle(
	string title,
	Object forClass
)

Parameters

title  String
The title to be set.
forClass  Object
Optional class reference, so that the class specific title property can also be set.

Return Value

MFPropertyValuesBuilder
The MFPropertyValuesBuilder object - for chaining.

See Also