DeploymentRole Class (Microsoft.SharePoint.Publishing.Internal.Administration.Schema)

Namespace: Microsoft.SharePoint.Publishing.Internal.Administration.Schema
Assembly: Microsoft.SharePoint.Publishing (in microsoft.sharepoint.publishing.dll)

Syntax

'Declaration
<SerializableAttribute> _
<DesignerCategoryAttribute("code")> _
<XmlTypeAttribute(TypeName:="Role", Namespace:="urn:deployment-manifest-schema")> _
<GeneratedCodeAttribute("xsd", "2.0.50727.42")> _
<DebuggerStepThroughAttribute> _
<PermissionSetAttribute(SecurityAction.Demand, Name:="FullTrust")> _
Public Class DeploymentRole
'Usage
Dim instance As DeploymentRole
[SerializableAttribute] 
[DesignerCategoryAttribute("code")] 
[XmlTypeAttribute(TypeName="Role", Namespace="urn:deployment-manifest-schema")] 
[GeneratedCodeAttribute("xsd", "2.0.50727.42")] 
[DebuggerStepThroughAttribute] 
[PermissionSetAttribute(SecurityAction.Demand, Name="FullTrust")] 
public class DeploymentRole

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Publishing.Internal.Administration.Schema.DeploymentRole

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.

See Also

Reference

DeploymentRole Members
Microsoft.SharePoint.Publishing.Internal.Administration.Schema Namespace