SPRoutingMachineInfo class
Contém informações sobre roteamento de máquina
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.Administration.SPPersistedObject
Microsoft.SharePoint.Administration.SPRoutingMachineInfo
Microsoft.SharePoint.Administration.SPRoutingCustomMachineInfo
Microsoft.SharePoint.Administration.SPRoutingFarmMachineInfo
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
<GuidAttribute("5D2E99EB-B6E3-476A-B384-B79BCEF67349")> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public MustInherit Class SPRoutingMachineInfo _
Inherits SPPersistedObject
'Uso
Dim instance As SPRoutingMachineInfo
[GuidAttribute("5D2E99EB-B6E3-476A-B384-B79BCEF67349")]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public abstract class SPRoutingMachineInfo : SPPersistedObject
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.