AttributeHierarchySecurityAttributeId Property  | 
 
            Gets the security attribute ID, if one is associated with the current hierarchy.
            
 
    Namespace: 
   Dundas.BI.Data.Metadata
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic 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
IHierarchySecurityAttributeId
See Also