LogOnAccountPropertiesGrantedApplicationPrivilegeIds Property |
Gets the IDs of standard privileges granted to the account.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntax public ICollection<Guid>? GrantedApplicationPrivilegeIds { get; set; }
Public Property GrantedApplicationPrivilegeIds As ICollection(Of Guid)
Get
Set
public:
property ICollection<Guid>^ GrantedApplicationPrivilegeIds {
ICollection<Guid>^ get ();
void set (ICollection<Guid>^ value);
}
member GrantedApplicationPrivilegeIds : ICollection<Guid> with get, set
Property Value
Type:
ICollectionGuidSee Also