HierarchyDataSecurityAttributeId Property |
Gets the security attribute ID, if one is associated with the current hierarchy.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(EmitDefaultValue = false, Name = "securityAttributeId")]
public Guid? SecurityAttributeId { get; set; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "securityAttributeId")>
Public Property SecurityAttributeId As Guid?
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"securityAttributeId")]
property Nullable<Guid> SecurityAttributeId {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "securityAttributeId")>]
member SecurityAttributeId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuidSee Also