Gets or sets the option to enter the holding pattern from an alternate point.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseAlternateEntryPoints() As Boolean |
[C#] |
---|
public bool UseAlternateEntryPoints {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseAlternateEntryPoints(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseAlternateEntryPoints( VARIANT_BOOL * pVal ); public: HRESULT put_UseAlternateEntryPoints( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getUseAlternateEntryPoints(); public void setUseAlternateEntryPoints( bool ); |