UserHierarchySecurityAttributeId Property |
Gets the security attribute ID, if one is associated with the current hierarchy.
Namespace:
Dundas.BI.Entities.UserHierarchies
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public Guid? SecurityAttributeId { get; }
Public ReadOnly Property SecurityAttributeId As Guid?
Get
public:
virtual property Nullable<Guid> SecurityAttributeId {
Nullable<Guid> get () sealed;
}
abstract SecurityAttributeId : Nullable<Guid> with get
override SecurityAttributeId : Nullable<Guid> with get
Property Value
Type:
NullableGuidImplements
IHierarchySecurityAttributeIdSee Also