CustomAttributeTransferItemDataCustomAttribute Property |
Gets the custom attribute to be transferred.
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 = "customAttribute")]
public CustomAttributeInfoData CustomAttribute { get; set; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "customAttribute")>
Public Property CustomAttribute As CustomAttributeInfoData
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"customAttribute")]
property CustomAttributeInfoData^ CustomAttribute {
CustomAttributeInfoData^ get ();
void set (CustomAttributeInfoData^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "customAttribute")>]
member CustomAttribute : CustomAttributeInfoData with get, set
Property Value
Type:
CustomAttributeInfoDataSee Also