EntryTagDataInheritedFromFriendlyFullyName Property

If this tag is inherited from a file, then the friendly full name of the file is included so it can be displayed immediately in the UI.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[DataMemberAttribute(Name = "inheritedFromFriendlyFullyName", EmitDefaultValue = false)]
public string InheritedFromFriendlyFullyName { get; set; }

Property Value

Type: String
See Also