WssSettingsDataSet.WssAdminDataTable.FindByWADMIN_UIDFAKE Method
Gets the WssSettingsRow object that is specified by the SharePoint administration site.
Namespace: [WssInterop Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/WssInterop.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/WssInterop.asmx?wsdl
Syntax
'Declaration
Public Function FindByWADMIN_UIDFAKE ( _
WADMIN_UIDFAKE As Guid _
) As WssSettingsDataSet.WssAdminRow
'Usage
Dim instance As WssSettingsDataSet.WssAdminDataTable
Dim WADMIN_UIDFAKE As Guid
Dim returnValue As WssSettingsDataSet.WssAdminRow
returnValue = instance.FindByWADMIN_UIDFAKE(WADMIN_UIDFAKE)
public WssSettingsDataSet.WssAdminRow FindByWADMIN_UIDFAKE(
Guid WADMIN_UIDFAKE
)
Parameters
- WADMIN_UIDFAKE
Type: System.Guid
Arbitrary GUID of the SharePoint administration site. The value = 446855FE-D085-4BA0-8006-9FCE73E9C9FB.
Return Value
Type: [WssInterop Web service].WssSettingsDataSet.WssAdminRow
See Also
Reference
WssSettingsDataSet.WssAdminDataTable Class