Gets or sets the operation to perform on the sum of the values of PropertyNames1 and PropertyNames2. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As ManagementClassPropertyDescription
Dim value As Operation

value = instance.PropertyOperand

instance.PropertyOperand = value

Syntax

Visual Basic
<DefaultValueAttribute(Operation.Divide)> _
<XmlElementAttribute("PropertyOperand", IsNullable:=False)> _
Public Property PropertyOperand As Operation
C#
[DefaultValueAttribute(Operation.Divide)] 
[XmlElementAttribute("PropertyOperand", IsNullable=false)] 
public Operation PropertyOperand { get; set; }
C++
[DefaultValueAttribute(Operation::Divide)] 
[XmlElementAttribute(L"PropertyOperand", IsNullable=false)] 
public:
property Operation PropertyOperand {
		Operation get ();
		void set (Operation value);
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public Operation get_PropertyOperand ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_PropertyOperand (Operation value)
JScript
DebuggerStepThroughAttribute 
public function get PropertyOperand () : Operation

DebuggerStepThroughAttribute 
public function set PropertyOperand (value : Operation)

Property Value

ManagementClassPropertyDescription.Operation enumeration value.

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

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also