Returns the publication mask of the publication.
Visual Basic
Public Readonly Property Mask As Integer
C#
public int Mask {get;}
The publication mask of the publication.
Publication IDs, masks, and counts may change during a schema upgrade. To correctly identify a publication, access it by name, or refresh the cached masks and counts after a schema upgrade.
ULException class - If a SQL error exception occurs. PUBLICATION_NOT_FOUND is issued if a schema upgrade has deleted or renamed this publication.