ManagementClassPropertyDescription.PropertyOperand Property
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
'Usage
Dim instance As ManagementClassPropertyDescription
Dim value As Operation
value = instance.PropertyOperand
instance.PropertyOperand = value
Syntax
'Declaration
<DefaultValueAttribute(Operation.Divide)> _
<XmlElementAttribute("PropertyOperand", IsNullable:=False)> _
Public Property PropertyOperand As Operation
[DefaultValueAttribute(Operation.Divide)]
[XmlElementAttribute("PropertyOperand", IsNullable=false)]
public Operation PropertyOperand { get; set; }
[DefaultValueAttribute(Operation::Divide)]
[XmlElementAttribute(L"PropertyOperand", IsNullable=false)]
public:
property Operation PropertyOperand {
Operation get ();
void set (Operation value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public Operation get_PropertyOperand ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_PropertyOperand (Operation value)
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
Reference
ManagementClassPropertyDescription Class
ManagementClassPropertyDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
ManagementClassPropertyDescription.Operation
ManagementClassPropertyDescription.PropertyNames1 Property
ManagementClassPropertyDescription.PropertyNames2 Property