| Visual Basic | |
|---|---|
Sub SetPropt( _ ByVal eProp As EdmFindUserProp, _ ByVal oValue As System.Object _ ) | |
| C# | |
|---|---|
void SetPropt( EdmFindUserProp eProp, System.object oValue ) | |
| C++/CLI | |
|---|---|
void SetPropt( & EdmFindUserProp eProp, & System.Object^ oValue ) | |
Parameters
- eProp
- User property to search for as defined by EdmFindUserProp
- oValue
- Value of the property specified in eProp
See the IEdmFindUser examples.
After calling this method, call one of the following:
- IEdmFindUser::SilentFind to silently search for users matching the criteria specified by this method.
- IEdmFindUser::ShowFindUI to display a search user interface that is populated with the criteria specified by this method.
- S_OK: The method successfully executed.
- S_FALSE: An argument is invalid.
SOLIDWORKS PDM Professional 2013