MFPropertyValuesBuilderSetTitle(String, MFIdentifier) 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,
	MFIdentifier forClass = null
)

Parameters

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

Return Value

MFPropertyValuesBuilder
The MFPropertyValuesBuilder object - for chaining.

See Also