PropertyAssignment Constructor
Initializes a new instance of the PropertyAssignment class.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.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: GuidID of the domain property to be assigned.
value
Type: ObjectThe 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.