MetadataAttribute.IsName Property

Definition

Gets or sets a value indicating whether the attribute is the Name attribute.

public:
 property bool IsName { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember]
public bool IsName { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.IsName : bool with get, set
Public Property IsName As Boolean

Property Value

true if the attribute is the Name attribute; otherwise, false.

Attributes

Applies to