EntityMetadata.EntityHelpUrl Property

 

Applies To: Dynamics CRM 2015

Gets or sets the URL of the resource to display help content for this entity

Namespace:   Microsoft.Xrm.Sdk.Metadata
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

[DataMemberAttribute(Order = 70)]
public string EntityHelpUrl { get; set; }
public:
[DataMemberAttribute(Order = 70)]
property String^ EntityHelpUrl {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute(Order = 70)>]
member EntityHelpUrl : string with get, set
<DataMemberAttribute(Order := 70)>
Public Property EntityHelpUrl As String

Property Value

Type: System.String

Type: String
The URL of the resource to display help content for this entity

See Also

EntityMetadata Class
Microsoft.Xrm.Sdk.Metadata Namespace
Add custom help content

Return to top

© 2016 Microsoft. All rights reserved. Copyright