Initializes a new instance of the
UpdateRequestParameter class for the given
propertyName,
value, and
mode flags.
Namespace:
Microsoft.ResourceManagement.WebServices.WSResourceManagement
Assembly: Microsoft.ResourceManagement (in
microsoft.resourcemanagement.dll)
Usage
Syntax
Visual Basic |
Public Sub New ( _
propertyName As String, _
mode As UpdateMode, _
value As Object _
)
|
C# |
public UpdateRequestParameter (
string propertyName,
UpdateMode mode,
Object value
)
|
C++ |
public:
UpdateRequestParameter (
String^ propertyName,
UpdateMode mode,
Object^ value
)
|
J# |
public UpdateRequestParameter (
String propertyName,
UpdateMode mode,
Object value
)
|
JScript |
public function UpdateRequestParameter (
propertyName : String,
mode : UpdateMode,
value : Object
)
|
Parameters
- propertyName
-
Indicates the name of the property on the resource for which to
set the value.
- mode
-
An
UpdateMode value that indicates the type of update operation
that is being performed for the given propertyName and
value flags.
- value
-
Indicates the value that is associated with the
propertyName parameter. The mode parameter determines
whether this value will replace, be added to, or be removed from,
the property that is indicated by propertyName.
Platforms
Target Platforms
Windows 2008 x64 Edition
See Also