Share via


TypeIdentifier.IsEmpty Property

Gets a value that indicates whether the current identifier was created by using an empty constructor.

Namespace:  Microsoft.Windows.Design.Metadata
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Syntax

'Declaration
Public ReadOnly Property IsEmpty As Boolean
    Get
public bool IsEmpty { get; }
public:
property bool IsEmpty {
    bool get ();
}
member IsEmpty : bool
function get IsEmpty () : boolean

Property Value

Type: System.Boolean
true if this identifier was created by using an empty constructor; otherwise, false.

.NET Framework Security

See Also

Reference

TypeIdentifier Structure

Microsoft.Windows.Design.Metadata Namespace