XamlMember.IsNameValid Property

Definition

Gets a value that indicates whether this XamlMember is initialized with 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 XamlMember is initialized with a valid xamlName string; otherwise, false.

Applies to

See also