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 (9.0.0.1000)
Syntaxpublic Nullable<Guid> SecurityAttributeId { get; set; }Public Property SecurityAttributeId As Nullable(Of 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