Description
Indicates whether to perform local or global search. The default is false.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property IsGlobal() As Boolean
|
[C#] |
---|
public bool IsGlobal {get; set;}
|
[Managed C++] |
---|
public: __property bool get_IsGlobal(); public: __property void set_IsGlobal(
bool
);
|
[Unmanaged C++] |
---|
public: HRESULT get_IsGlobal(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IsGlobal(
VARIANT_BOOL IsGlobal
);
|
[Java] |
---|
public bool getIsGlobal();
public void setIsGlobal(
bool
);
|
See Also