Namespace:
Microsoft.ResourceManagement.WebServices.WSResourceManagement
Assembly: Microsoft.ResourceManagement (in
microsoft.resourcemanagement.dll)
Usage
Visual Basic |
Dim instance As RequestParameter
Dim value As Boolean
value = instance.Calculated
instance.Calculated = value
|
Syntax
Visual Basic |
Public Property Calculated As Boolean
|
C# |
public bool Calculated { get; set; }
|
C++ |
public:
property bool Calculated {
bool get ();
void set (bool value);
}
|
J# |
/** @property */
public boolean get_Calculated ()
/** @property */
public void set_Calculated (boolean value)
|
JScript |
public function get Calculated () : boolean
public function set Calculated (value : boolean)
|
Property Value
Returns
Boolean.
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