HierarchyMetadataSecurityAttributeId Property  | 
 
            Gets or sets the security attribute ID.
            
 
    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; set; }Public Property SecurityAttributeId As Guid?
	Get
	Set
public:
property Nullable<Guid> SecurityAttributeId {
	Nullable<Guid> get ();
	void set (Nullable<Guid> value);
}member SecurityAttributeId : Nullable<Guid> with get, set
Property Value
Type: 
NullableGuid
            The security attribute ID.
            
See Also