PropertyAssignment Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |