N
Naveen Jain
This code in VB.net class but cant written anything for using this how can
find the content necessary to create Sharepoint database connetion.
Imports Microsoft.SharePoint.Administration
Public Class SPContentDatabase
Inherits System.Object
Public ReadOnly Property Name() As String
Get
End Get
End Property
Public ReadOnly Property Server() As String
Get
End Get
End Property
Public Property Username() As String
Get
End Get
Set(ByVal Value As String)
End Set
End Property
Public Property Password() As String
Get
End Get
Set(ByVal Value As String)
End Set
End Property
End Class
Please help us
Naveen Jain
Software Engineer,
OTS Solutions Pvt. Ltd.
Gurgaon (INDIA)
find the content necessary to create Sharepoint database connetion.
Imports Microsoft.SharePoint.Administration
Public Class SPContentDatabase
Inherits System.Object
Public ReadOnly Property Name() As String
Get
End Get
End Property
Public ReadOnly Property Server() As String
Get
End Get
End Property
Public Property Username() As String
Get
End Get
Set(ByVal Value As String)
End Set
End Property
Public Property Password() As String
Get
End Get
Set(ByVal Value As String)
End Set
End Property
End Class
Please help us
Naveen Jain
Software Engineer,
OTS Solutions Pvt. Ltd.
Gurgaon (INDIA)