다음을 통해 공유


AttributeGroup.IsNameCodeFrozen 속성

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

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)

구문

‘선언
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property IsNameCodeFrozen As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As AttributeGroup 
Dim value As Boolean 

value = instance.IsNameCodeFrozen

instance.IsNameCodeFrozen = value
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public bool IsNameCodeFrozen { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property bool IsNameCodeFrozen {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute(IsRequired = false, 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.Services.DataContracts 네임스페이스