Click here to Skip to main content
15,885,032 members
Articles / Desktop Programming / Win32

InfoPath 2007 Helper for MOSS 2007

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
6 Feb 2009GPL31 min read 27.9K   151   7  
This article is about how to get or set values of an InfoPath form.
<?xml version="1.0" encoding="utf-8"?>
<doc>
	<assembly>
		<name>Microsoft.SharePoint.Search</name>
	</assembly>
	<members>
		<member name="M:Microsoft.SharePoint.Search.Administration.SPSearchService.Delete">
			<summary>Removes this object from the collection and the farm.</summary>
		</member>
		<member name="M:Microsoft.SharePoint.Search.Administration.SPSearchService.Provision">
			<summary>Makes the necessary changes to the local server to use the object.</summary>
		</member>
		<member name="M:Microsoft.SharePoint.Search.Administration.SPSearchService.Unprovision">
			<summary>Makes the necessary changes to the local server to cleanup after deleting the object.</summary>
		</member>
		<member name="P:Microsoft.SharePoint.Search.Administration.SPSearchService.Microsoft.SharePoint.Administration.Backup.IBackupRestore.Name">
			<summary>Gets or sets the name that identifies a particular instance of the object.</summary>
			<returns>A string containing the object's name.</returns>
		</member>
		<member name="P:Microsoft.SharePoint.Search.Administration.SPSearchService.TypeName">
			<summary>Gets the user-friendly name that describes the object type in the Administration user interface. </summary>
			<returns>A string containing the name. </returns>
		</member>
		<member name="M:Microsoft.SharePoint.Search.Administration.SPSearchServiceInstance.#ctor">
			<summary> </summary>
		</member>
		<member name="M:Microsoft.SharePoint.Search.Administration.SPSearchServiceInstance.Delete">
			<summary>Removes this object from the collection and the farm.</summary>
		</member>
		<member name="M:Microsoft.SharePoint.Search.Administration.SPSearchServiceInstance.Update">
			<summary>Causes the service instance to save its state and propagate changes to all machines in the farm.</summary>
		</member>
		<member name="P:Microsoft.SharePoint.Search.Administration.SPSearchServiceInstance.DisplayName">
			<summary>Gets the user-friendly name that describes this instance in the Administration user interface.</summary>
			<returns>A string containing the name.</returns>
		</member>
		<member name="P:Microsoft.SharePoint.Search.Administration.SPSearchServiceInstance.Microsoft.SharePoint.Administration.Backup.IBackupRestore.Name">
			<summary>Gets or sets the name that identifies a particular instance of the object.</summary>
			<returns>A string containing the object's name.</returns>
		</member>
		<member name="P:Microsoft.SharePoint.Search.Administration.SPSearchServiceInstance.TypeName">
			<summary>Gets the user-friendly name that describes this service instance in the Administration user interface.</summary>
			<returns>A string containing the name of this service instance.</returns>
		</member>
	</members>
</doc>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Systems Engineer San Antonio International - Pride
Argentina Argentina
Desde chico mi fasinacion hacia las computadoras marcaron mi camino profesional que iba a recorrer en los proximos dias de mis vida. Ingeniero en Sistemas, recibido en la UADE en el 2005, mi abocacion hacia la programacion en tecnologias de Microsoft hicieron hoy en dia desarrollarme como Arquitecto o Lider Tecnico en proyectos con tecnologias .Net. No solo la programacion es uno de mis pasiones, sino tambien todo lo referente a Infraestructura con productos de Microsoft. Actualmente estoy desenvolviendome como SharePoint Specialisst en una empresa petrolera lideando con sistemas montados sobre dicha tecnologia. Casado con mi hermosa mujer Cecilia quien es el motor que empuja mis ambiciones y ayuda a mejorarme dia a dia.

Comments and Discussions