MaskBuilder.MaskSourceId

MaskBuilder.MaskSourceId method

Sets the mask source ID for the mask.

public MaskBuilder MaskSourceId(string maskSourceId)
ParameterTypeDescription
maskSourceIdStringThe ID of the mask source element.

Return Value

The current instance of MaskBuilder.

Exceptions

exceptioncondition
ArgumentExceptionThrown when maskSourceId is null or whitespace.

See Also