HeterogeneousColumn.IsPublished 属性

定义

获取或设置当前是否发布该列。

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

属性值

一个 Boolean 值。

如果 为 true,则发布列。

如果 为 false,则不会发布该列。

注解

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。

适用于