LogOnAccountPropertiesDataGrantedApplicationPrivilegeIds Property |
Gets the IDs of standard privileges granted to the account.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntax [DataMemberAttribute(Name = "grantedApplicationPrivilegeIds", EmitDefaultValue = false)]
public ICollection<Guid>? GrantedApplicationPrivilegeIds { get; set; }
<DataMemberAttribute(Name := "grantedApplicationPrivilegeIds", EmitDefaultValue := false)>
Public Property GrantedApplicationPrivilegeIds As ICollection(Of Guid)
Get
Set
public:
[DataMemberAttribute(Name = L"grantedApplicationPrivilegeIds", EmitDefaultValue = false)]
property ICollection<Guid>^ GrantedApplicationPrivilegeIds {
ICollection<Guid>^ get ();
void set (ICollection<Guid>^ value);
}
[<DataMemberAttribute(Name = "grantedApplicationPrivilegeIds", EmitDefaultValue = false)>]
member GrantedApplicationPrivilegeIds : ICollection<Guid> with get, set
Property Value
Type:
ICollectionGuidSee Also