Właściwość Entity.IsBase
Pobiera lub ustawia wartość wskazującą, czy obiekt pokazuje na ekranie wstępne Eksploratora modelu jako główne obiekt.
Przestrzeń nazw: Microsoft.MasterDataServices
Zestaw: Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property IsBase As Boolean
Get
Set
'Użycie
Dim instance As Entity
Dim value As Boolean
value = instance.IsBase
instance.IsBase = value
[DataMemberAttribute]
public bool IsBase { get; set; }
[DataMemberAttribute]
public:
property bool IsBase {
bool get ();
void set (bool value);
}
[<DataMemberAttribute>]
member IsBase : bool with get, set
function get IsBase () : boolean
function set IsBase (value : boolean)
Wartość właściwości
Typ: System.Boolean
TRUE Jeśli obiekt pokazuje na ekranie wstępne Eksploratora modelu jako główne obiekt; w przeciwnym razie false.