Helper function able to set the identifier value to almost any object type.
Accepts MFIdentifier, string, int, enum, and other that cast to string.
Returns itself to allow command chaining.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 2.1.0.1 (2.1.0.1)
Syntaxpublic MFIdentifier Set(
Object anyObject
)
Parameters
- anyObject
- Type: SystemObject
Source of any type.
Return Value
Type:
MFIdentifierThis instance.
RemarksNote that using with integer like object will clear the alias, unlike setting the .ID directly.
See Also