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 (25.3.0.1000)
Syntaxpublic 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: 
ICollectionGuid
See Also