AppModuleDetails.IsDefault Property

Definition

For internal use only.

public:
 property Nullable<bool> IsDefault { Nullable<bool> get(); void set(Nullable<bool> value); };
[System.Runtime.Serialization.DataMember]
public bool? IsDefault { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.IsDefault : Nullable<bool> with get, set
Public Property IsDefault As Nullable(Of Boolean)

Property Value

Implements

Attributes

Applies to