This document is archived and information here might be outdated. Recommended version. |
The operator used in the function.
[Visual Basic .NET]
Public Property Operator As String
[C#]
public string Operator {get; set;}
[C++]
HRESULT get_Operator(
BSTR op
);
[C++]
HRESULT put_Operator(
System.String* op
);
[C++] Parameters op [in]
op is a parameter of type BSTR op [out, retval]
op is a parameter of type BSTR*
The Operator must be set to one of the operators returned in GetOperators.