PropertyAssignment(Guid, Object) Constructor

Definition

Initializes a new instance of the PropertyAssignment class.

public:
 PropertyAssignment(Guid domainPropertyId, System::Object ^ value);
[System.Diagnostics.DebuggerStepThrough]
public PropertyAssignment (Guid domainPropertyId, object value);
[<System.Diagnostics.DebuggerStepThrough>]
new Microsoft.VisualStudio.Modeling.PropertyAssignment : Guid * obj -> Microsoft.VisualStudio.Modeling.PropertyAssignment
Public Sub New (domainPropertyId As Guid, value As Object)

Parameters

domainPropertyId
Guid

ID of the domain property to be assigned.

value
Object

Value to be assigned to the property.

Attributes

Applies to