NoNameChangeOnRemoteAuthoringAttribute Class
Indicates that the class or enumeration name should not be changed when it is used in remote authoring.
Inheritance Hierarchy
System.Object
System.Attribute
Microsoft.Web.Design.Server.NoNameChangeOnRemoteAuthoringAttribute
Namespace: Microsoft.Web.Design.Server
Assembly: Microsoft.Web.Design.Server (in Microsoft.Web.Design.Server.dll)
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Enum)> _
Public NotInheritable Class NoNameChangeOnRemoteAuthoringAttribute _
Inherits Attribute
'Usage
Dim instance As NoNameChangeOnRemoteAuthoringAttribute
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Enum)]
public sealed class NoNameChangeOnRemoteAuthoringAttribute : Attribute
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.