XamlType.IsNameValid Property

Definition

Gets a value that indicates whether this XamlType is initialized by using a valid xamlName string as its Name.

public:
 property bool IsNameValid { bool get(); };
public bool IsNameValid { get; }
member this.IsNameValid : bool
Public ReadOnly Property IsNameValid As Boolean

Property Value

true if this XamlType is initialized by using a valid xamlName string; otherwise, false.

Applies to