pmMDA.NET

PrimitiveFieldUpdate Constructor 

[This is preliminary documentation and subject to change.]

Initializes a new instance of the PrimitiveFieldUpdate class.

public PrimitiveFieldUpdate(
   string fieldName,
   object value
);

Parameters

fieldName
The name of the field of the single property.
value
The new value of the single property.

Exceptions

Exception Type Condition
ArgumentNullException fieldName is null.

See Also

PrimitiveFieldUpdate Class | PmMda.Net.Dog.Updates Namespace