AppResourceInfoResourceKind Property |
Gets the kind of the resource.
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 = "rk")]
public AppResourceKind ResourceKind { get; }<DataMemberAttribute(Name := "rk")>
Public ReadOnly Property ResourceKind As AppResourceKind
Get
public:
[DataMemberAttribute(Name = L"rk")]
property AppResourceKind ResourceKind {
AppResourceKind get ();
}[<DataMemberAttribute(Name = "rk")>]
member ResourceKind : AppResourceKind with get
Property Value
Type:
AppResourceKind
The kind of the resource.
See Also