WssSettingsDataSet.WssAdminDataTable.FindByWADMIN_UIDFAKE method
Gets the WssSettingsRow object that is specified by the SharePoint administration site.
Namespace: WebSvcWssInterop
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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.GuidArbitrary GUID of the SharePoint administration site. The value = 446855FE-D085-4BA0-8006-9FCE73E9C9FB.
Return value
Type: WebSvcWssInterop.WssSettingsDataSet.WssAdminRow
A row object.
See also
Reference
WssSettingsDataSet.WssAdminDataTable class