AttachmentItem Constructor (String) |
Namespace:
Unvired.Kernel.UWP.Model
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic AttachmentItem(
string tableName
)
Public Sub New (
tableName As String
)
public:
AttachmentItem(
String^ tableName
)
new :
tableName : string -> AttachmentItemParameters
- tableName
- Type: SystemString
See Also