PropertyHasType Constructor (Store, array<RoleAssignment[], array<PropertyAssignment )

Constructor

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

Syntax

'Declaration
Public Sub New ( _
    store As Store, _
    roleAssignments As RoleAssignment(), _
    propertyAssignments As PropertyAssignment() _
)
public PropertyHasType(
    Store store,
    RoleAssignment[] roleAssignments,
    PropertyAssignment[] propertyAssignments
)
public:
PropertyHasType(
    Store^ store, 
    array<RoleAssignment^>^ roleAssignments, 
    array<PropertyAssignment^>^ propertyAssignments
)
new : 
        store:Store * 
        roleAssignments:RoleAssignment[] * 
        propertyAssignments:PropertyAssignment[] -> PropertyHasType
public function PropertyHasType(
    store : Store, 
    roleAssignments : RoleAssignment[], 
    propertyAssignments : PropertyAssignment[]
)

Parameters

.NET Framework Security

See Also

Reference

PropertyHasType Class

PropertyHasType Overload

Microsoft.VisualStudio.Modeling.DslDefinition Namespace