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.
Internal use only. Do not use.
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Protected Sub SetProp ( _
fieldName As String, _
value As Object _
)
'Usage
Dim fieldName As String
Dim value As Object
Me.SetProp(fieldName, value)
protected void SetProp(
string fieldName,
Object value
)
Parameters
fieldName
Type: System.StringA string that represents the field name.
value
Type: System.ObjectThe value to be assigned to the field name string.
Remarks
Assigns the value of a specified object to the field name and adds them to the Fields property.