Overloaded method that initializes a new instance of the UpdateRequestParameter class. This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported.UpdateRequestParameter

Overload List

Name Description
UpdateRequestParameter () Initializes a new instance of the UpdateRequestParameter class with default values.
UpdateRequestParameter (String, UpdateMode, Object) Initializes a new instance of the UpdateRequestParameter class for the given propertyName, value, and mode flags.
UpdateRequestParameter (String, UpdateMode, Object, Boolean) Initializes a new instance of the UpdateRequestParameter class for the given propertyName, value, mode, and calculated flags. This API is currently not supported.
UpdateRequestParameter (Guid, String, UpdateMode, Object, Boolean) Initializes a new instance of the UpdateRequestParameter class for the given propertyName, value, mode, and calculated flags.

See Also