Share via


PropertyAssignment Constructor

Initializes a new instance of the PropertyAssignment class.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)

Syntax

'Declaration
Public Sub New ( _
    domainPropertyId As Guid, _
    value As Object _
)
public PropertyAssignment(
    Guid domainPropertyId,
    Object value
)
public:
PropertyAssignment(
    Guid domainPropertyId, 
    Object^ value
)
new : 
        domainPropertyId:Guid * 
        value:Object -> PropertyAssignment
public function PropertyAssignment(
    domainPropertyId : Guid, 
    value : Object
)

Parameters

  • domainPropertyId
    Type: System.Guid
    ID of the domain property to be assigned.

.NET Framework Security

See Also

Reference

PropertyAssignment Class

Microsoft.VisualStudio.Modeling Namespace