AttributeGroup.IsNameCodeFrozen Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public bool IsNameCodeFrozen { get; set; }
public:
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
property bool IsNameCodeFrozen {
    bool get();
    void set(bool value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member IsNameCodeFrozen : bool with get, set
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)>
Public Property IsNameCodeFrozen As Boolean

Property Value

Type: System.Boolean

true if the Name and Code attributes should be frozen; otherwise, false.

See Also

AttributeGroup Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top