Partager via


Propriété AttributeGroup.IsNameCodeFrozen

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

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property IsNameCodeFrozen As Boolean
    Get
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

AttributeGroup Classe

Espace de noms Microsoft.MasterDataServices