Proprietà AtomCategoriesMetadata.Fixed
Ottiene o imposta un valore che indica se è l'elenco di categorie è un set fisso o aperto.
Spazio dei nomi Microsoft.Data.OData.Atom
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Sintassi
'Dichiarazione
Public Property Fixed As Nullable(Of Boolean)
Get
Set
'Utilizzo
Dim instance As AtomCategoriesMetadata
Dim value As Nullable(Of Boolean)
value = instance.Fixed
instance.Fixed = value
public Nullable<bool> Fixed { get; set; }
public:
property Nullable<bool> Fixed {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member Fixed : Nullable<bool> with get, set
function get Fixed () : Nullable<boolean>
function set Fixed (value : Nullable<boolean>)
Valore proprietà
Tipo: System.Nullable<Boolean>
true se l'elenco di categorie è fisso; false se l'elenco di categorie è un set aperto.