DataPrivilegeData Constructor

Initializes a new instance of the DataPrivilegeData class.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.1.0.1000)
Syntax
public DataPrivilegeData(
	string elementUniqueName
)

Parameters

elementUniqueName
Type: SystemString
The unique name of the data element associated with this privilege.
See Also