EntityMetadata.EntityHelpUrlEnabled Property

Definition

Gets or sets whether the entity supports custom help content.

public:
 property Nullable<bool> EntityHelpUrlEnabled { Nullable<bool> get(); void set(Nullable<bool> value); };
[System.Runtime.Serialization.DataMember(Order=70)]
public bool? EntityHelpUrlEnabled { get; set; }
[<System.Runtime.Serialization.DataMember(Order=70)>]
member this.EntityHelpUrlEnabled : Nullable<bool> with get, set
Public Property EntityHelpUrlEnabled As Nullable(Of Boolean)

Property Value

true if the entity supports custom help content; otherwise, false.

Attributes

Applies to