Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the PropertyAssignment class.
Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.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. 
- value 
 Type: System.Object- The value to assign to the property. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.