InteractionConditionDataAttachedStructureId Property |
Gets the attached structure ID.
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(Name = "attachedStructureId", EmitDefaultValue = false)]
public Guid AttachedStructureId { get; set; }
<DataMemberAttribute(Name := "attachedStructureId", EmitDefaultValue := false)>
Public Property AttachedStructureId As Guid
Get
Set
public:
[DataMemberAttribute(Name = L"attachedStructureId", EmitDefaultValue = false)]
property Guid AttachedStructureId {
Guid get ();
void set (Guid value);
}
[<DataMemberAttribute(Name = "attachedStructureId", EmitDefaultValue = false)>]
member AttachedStructureId : Guid with get, set
Property Value
Type:
Guid
The attached structure ID.
See Also