Compartir a través de


AttributeGroup.IsNameCodeFrozen Propiedad

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

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property IsNameCodeFrozen As Boolean 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

AttributeGroup Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts