IdentityRangeInfo.TablePublished Property

Definition

Gets or sets whether the table is published in an existing publication.

public:
 property bool TablePublished { bool get(); void set(bool value); };
public bool TablePublished { get; set; }
member this.TablePublished : bool with get, set
Public Property TablePublished As Boolean

Property Value

A Boolean value.

If true, the table is published in another publication.

If false, the table is not published anywhere else.

Remarks

This property can be retrieved or set by any user.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Applies to