IdentityRangeInfo.TablePublished Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.