 |
AttachmentPropName Property |
Return the property name relevant to the user.
Namespace:
ASI.TAM.API.Data.UI.Attachment
Assembly:
ASI.TAM.API.Data.UI.Attachment (in ASI.TAM.API.Data.UI.Attachment.dll) Version: 2020.1.0.1
Syntaxpublic string this[
AttachmentProperty eProperty
] { get; set; }
Public Property PropName (
eProperty As AttachmentProperty
) As String
Get
Set
Dim instance As Attachment
Dim eProperty As [AttachmentProperty]
Dim value As String
value = instance.PropName(eProperty)
instance.PropName(eProperty) = value
Parameters
- eProperty
- Type: ASI.TAM.API.Data.UI.AttachmentAttachmentProperty
Current Property
Property Value
Type:
String
Remarks
This way of keeping track of the property name is easier for versioning.
Property names should be replaced by previous data object versions only.
See Also