 |
AttachedToItemFlag Property |
Used to choose what action to apply to the Attached To Item.
Created in Epic SDK 2017.
Namespace:
ASI.TAM.API.Data.UI.Attachment
Assembly:
ASI.TAM.API.Data.UI.Attachment (in ASI.TAM.API.Data.UI.Attachment.dll) Version: 2021.1.0.1
Syntaxpublic AttachedToItemAttachedToFlag Flag { get; set; }
Public Property Flag As AttachedToItemAttachedToFlag
Get
Set
Dim instance As AttachedToItem
Dim value As AttachedToItemAttachedToFlag
value = instance.Flag
instance.Flag = value
Property Value
Type:
AttachedToItemAttachedToFlag
Flag As Enum.
Remarks Epic and therefore SDK only support adding new attached to items.
Note |
---|
|
See Also