MFPropertyValuesBuilderSetTitle(String, Object) Method
Sets the default title property, and also optionally the custom one defined in a class.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public MFPropertyValuesBuilder SetTitle(
string title,
Object forClass
)
- title String
- The title to be set.
- forClass Object
- Optional class reference, so that the class specific title property can also be set.
MFPropertyValuesBuilderThe MFPropertyValuesBuilder object - for chaining.