Attachment.AttachmentItemName Property
Gets or sets the attachment item display name.
Namespace: OBA.Server.Taskflow
Assembly: OBA.Server.Taskflow (in OBA.Server.Taskflow.dll)
Syntax
'Declaration
Public Property AttachmentItemName As String
Get
Set
'Usage
Dim instance As Attachment
Dim value As String
value = instance.AttachmentItemName
instance.AttachmentItemName = value
public string AttachmentItemName { get; set; }
Property Value
Type: System.String