AppResourceInfoName Property |
Gets the name.
Namespace:
Dundas.BI.AppResources
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntax[DataMemberAttribute(Name = "nm")]
public string Name { get; }<DataMemberAttribute(Name := "nm")>
Public ReadOnly Property Name As String
Get
public:
[DataMemberAttribute(Name = L"nm")]
property String^ Name {
String^ get ();
}[<DataMemberAttribute(Name = "nm")>]
member Name : string with get
Property Value
Type:
String
The name.
See Also