Share via


ManagementPackFactTypeDimension.Nullable Property

Definition

Gets or sets a value indicating whether this management pack fact type dimension can take a null value.

public:
 property Nullable<bool> Nullable { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? Nullable { get; set; }
member this.Nullable : Nullable<bool> with get, set
Public Property Nullable As Nullable(Of Boolean)

Property Value

true if this management pack fact type dimension can take a null value; otherwise, false.

Applies to