PropertyAssignment Class

Definition

Represents property assignment pair consisting of property ID and assigned value. Use PropertyAssignment in element constructors to initialize element's properties at creation time.

public ref class PropertyAssignment sealed
[System.Diagnostics.DebuggerDisplay("({domainPropertyId}) = {value}")]
public sealed class PropertyAssignment
[<System.Diagnostics.DebuggerDisplay("({domainPropertyId}) = {value}")>]
type PropertyAssignment = class
Public NotInheritable Class PropertyAssignment
Inheritance
PropertyAssignment
Attributes

Constructors

PropertyAssignment(Guid, Object)

Initializes a new instance of the PropertyAssignment class.

Properties

PropertyId

Gets ID of the domain property to assign value to.

Value

Gets the value to be assigned to the property.

Applies to