Share via


AtomCategoriesMetadata.Fixed Property

Gets or sets a value that indicates whether the list of categories is fixed or an open set.

Namespace:  Microsoft.Data.OData.Atom
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public Property Fixed As Nullable(Of Boolean)
    Get 
    Set
'Usage
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>)

Property Value

Type: System.Nullable<Boolean>
true if the list of categories is fixed; false if the list of categories is an open set.

See Also

Reference

AtomCategoriesMetadata Class

Microsoft.Data.OData.Atom Namespace