BlueprintNode.IsIdentifierRequired Property

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Internal
Assembly:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)

Syntax

'Declaration
Protected Friend Overridable ReadOnly Property IsIdentifierRequired As Boolean
'Usage
Dim value As Boolean 

value = Me.IsIdentifierRequired
protected internal virtual bool IsIdentifierRequired { get; }
protected public:
virtual property bool IsIdentifierRequired {
    bool get ();
}
protected internal function get IsIdentifierRequired () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

BlueprintNode Class

BlueprintNode Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Internal Namespace