ParameterCollection.Create Method
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function Create ( _
name As String, _
isCached As Boolean, _
direction As DirectionType, _
typeReflectorTypeName As String _
) As Parameter
'Usage
Dim instance As ParameterCollection
Dim name As String
Dim isCached As Boolean
Dim direction As DirectionType
Dim typeReflectorTypeName As String
Dim returnValue As Parameter
returnValue = instance.Create(name, isCached, _
direction, typeReflectorTypeName)
public Parameter Create(
string name,
bool isCached,
DirectionType direction,
string typeReflectorTypeName
)
Parameters
- name
Type: System.String
- isCached
Type: System.Boolean
- typeReflectorTypeName
Type: System.String
Return Value
Type: Microsoft.Office.Server.ApplicationRegistry.Administration.Parameter
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace