Share via


DomainPath.IsCollectionPath Property

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

Syntax

'Declaration
Public ReadOnly Property IsCollectionPath As Boolean
'Usage
Dim instance As DomainPath 
Dim value As Boolean 

value = instance.IsCollectionPath
public bool IsCollectionPath { get; }
public:
property bool IsCollectionPath {
    bool get ();
}
public function get IsCollectionPath () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DomainPath Class

DomainPath Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace