Share via


DomainRole.CollectionType Property

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

Syntax

'Declaration
Public Property CollectionType As ExternalType
'Usage
Dim instance As DomainRole 
Dim value As ExternalType 

value = instance.CollectionType

instance.CollectionType = value
public ExternalType CollectionType { get; set; }
public:
property ExternalType^ CollectionType {
    ExternalType^ get ();
    void set (ExternalType^ value);
}
public function get CollectionType () : ExternalType 
public function set CollectionType (value : ExternalType)

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.ExternalType

.NET Framework Security

See Also

Reference

DomainRole Class

DomainRole Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace