MFIdentifierSet Method
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.ConfigurationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public MFIdentifier Set(
Object anyObject
)
- anyObject Object
- Source of any type.
MFIdentifierThis instance.
Note that using with integer like object will clear the alias, unlike setting the .ID directly.