Description
If true, allows the broker to automatically promote from an MTO track as it sees fit. If false, the Broker will only promote an entity when explicitly told to do so.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property AutoPromote() As Boolean
|
[C#] |
---|
public bool AutoPromote {get; set;}
|
[Managed C++] |
---|
public: __property bool get_AutoPromote(); public: __property void set_AutoPromote(
bool
);
|
[Unmanaged C++] |
---|
public: HRESULT get_AutoPromote(
VARIANT_BOOL * pAutoPromote
);
public: HRESULT put_AutoPromote(
VARIANT_BOOL AutoPromote
);
|
[Java] |
---|
public bool getAutoPromote();
public void setAutoPromote(
bool
);
|
See Also