SetHierarchySecurityOptionsSecurityAttributeId Property |
Gets or sets the security attribute ID.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntax[DataMemberAttribute(Name = "securityAttributeId", EmitDefaultValue = false)]
public Nullable<Guid> SecurityAttributeId { get; set; }<DataMemberAttribute(Name := "securityAttributeId", EmitDefaultValue := false)>
Public Property SecurityAttributeId As Nullable(Of Guid)
Get
Set
public:
[DataMemberAttribute(Name = L"securityAttributeId", EmitDefaultValue = false)]
property Nullable<Guid> SecurityAttributeId {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}[<DataMemberAttribute(Name = "securityAttributeId", EmitDefaultValue = false)>]
member SecurityAttributeId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuid
The security attribute ID.
See Also