9 lines
251 B
VB.net
9 lines
251 B
VB.net
Namespace Sharepoint.Entities
|
|
Public Class SharepointDocument
|
|
Public Property Id As String
|
|
Public Property Name As String
|
|
Public Property Path As String
|
|
Public Property Data As Byte()
|
|
End Class
|
|
End Namespace
|