MFPropertyValuesBuilderSetTitle Method (String, MFIdentifier) |
Sets the default title property, and also optionally the custom one defined in a class.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic MFPropertyValuesBuilder SetTitle(
string title,
MFIdentifier forClass = null
)
Public Function SetTitle (
title As String,
Optional forClass As MFIdentifier = Nothing
) As MFPropertyValuesBuilder
public:
MFPropertyValuesBuilder^ SetTitle(
String^ title,
MFIdentifier^ forClass = nullptr
)
Parameters
- title
- Type: SystemString
The title to be set. - forClass (Optional)
- Type: MFiles.VAF.ConfigurationMFIdentifier
Optional class reference, so that the class specific title property can also be set.
Return Value
Type:
MFPropertyValuesBuilderThe MFPropertyValuesBuilder object - for chaining.
See Also