ImportConfigDataStaticResourceIds Property |
Gets the IDs of all static resources to be imported.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(EmitDefaultValue = false, Name = "staticResourceIds")]
public IList<Guid> StaticResourceIds { get; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "staticResourceIds")>
Public ReadOnly Property StaticResourceIds As IList(Of Guid)
Get
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"staticResourceIds")]
property IList<Guid>^ StaticResourceIds {
IList<Guid>^ get ();
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "staticResourceIds")>]
member StaticResourceIds : IList<Guid> with get
Property Value
Type:
IListGuidSee Also