ReplaceAnalysisStructureOptionsNewStructureId Property |
Gets or sets the new 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(EmitDefaultValue = true, Name = "newStructureId")]
public Guid NewStructureId { get; set; }
<DataMemberAttribute(EmitDefaultValue := true, Name := "newStructureId")>
Public Property NewStructureId As Guid
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = true, Name = L"newStructureId")]
property Guid NewStructureId {
Guid get ();
void set (Guid value);
}
[<DataMemberAttribute(EmitDefaultValue = true, Name = "newStructureId")>]
member NewStructureId : Guid with get, set
Property Value
Type:
Guid
The new structure ID.
See Also