Gets and sets the
AddValueProperty value. This API supports the FIM 2010
infrastructure. Using this API directly from your code is not
supported.
Namespace:
Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in
microsoft.resourcemanagement.dll)
Usage
Syntax
Visual Basic |
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> _
<BrowsableAttribute(True)> _
<CategoryAttribute("Parameters")> _
Public Property AddValue As String
|
C# |
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
[BrowsableAttribute(true)]
[CategoryAttribute("Parameters")]
public string AddValue { get; set; }
|
C++ |
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Visible)]
[BrowsableAttribute(true)]
[CategoryAttribute(L"Parameters")]
public:
property String^ AddValue {
String^ get ();
void set (String^ value);
}
|
J# |
/** @property */
public String get_AddValue ()
/** @property */
public void set_AddValue (String value)
|
JScript |
public function get AddValue () : String
public function set AddValue (value : String)
|
Property Value
A
String value that indicates that an Add operation should
be performed.
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.
Platforms
Target Platforms
Windows 2008 x64 Edition
See Also