AttributeGroup.IsNameCodeFrozen 属性

Gets or sets a value indicating whether the Name and Code attributes should be frozen visibly during scrolling.

命名空间:  Microsoft.MasterDataServices
程序集:  Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)

语法

声明
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property IsNameCodeFrozen As Boolean
    Get
    Set
用法
Dim instance As AttributeGroup
Dim value As Boolean

value = instance.IsNameCodeFrozen

instance.IsNameCodeFrozen = value
[DataMemberAttribute(EmitDefaultValue = false)]
public bool IsNameCodeFrozen { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property bool IsNameCodeFrozen {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member IsNameCodeFrozen : bool with get, set
function get IsNameCodeFrozen () : boolean
function set IsNameCodeFrozen (value : boolean)

属性值

类型:System.Boolean
true if the Name and Code attributes should be frozen; otherwise, false.

请参阅

参考

AttributeGroup 类

Microsoft.MasterDataServices 命名空间