del método SPRoutingRulePipeBind.Read
Lee un objeto [SPRoutingRule] de la canalización.
Espacio de nombres: Microsoft.SharePoint.PowerShell
Ensamblado: Microsoft.SharePoint.PowerShell (en Microsoft.SharePoint.PowerShell.dll)
Sintaxis
'Declaración
Public Overrides Function Read As SPRoutingRule
'Uso
Dim instance As SPRoutingRulePipeBind
Dim returnValue As SPRoutingRule
returnValue = instance.Read()
public override SPRoutingRule Read()
Valor devuelto
Tipo: Microsoft.SharePoint.Administration.SPRoutingRule
Un [SPRoutingRule] si existe; en caso contrario, [null].