Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the fully qualified name of a type that implements ISystemUtility.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property SystemUtilityTypeName As String
Get
Set
'Usage
Dim instance As LobSystem
Dim value As String
value = instance.SystemUtilityTypeName
instance.SystemUtilityTypeName = value
public string SystemUtilityTypeName { get; set; }
Property Value
Type: System.String
A string containing Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.WebService.WebServiceSystemUtility or Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Database.DatabaseSystemUtility.
Remarks
Allows extensible LobSystem types, which is not supported in SharePoint Server 2007.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace