TimeAttributeHierarchySecurityAttributeId Property |
Gets the security attribute ID, if one is associated with the current hierarchy.
Namespace:
Dundas.BI.Entities.TimeDimensions
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntaxpublic Nullable<Guid> SecurityAttributeId { get; }Public ReadOnly Property SecurityAttributeId As Nullable(Of 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
IHierarchySecurityAttributeId
See Also