RemovedColumnAttribute Class
Specifies that the property maps to a field (column) that is on the parent content type but was removed from the derived content type.
Inheritance Hierarchy
System.Object
System.Attribute
Microsoft.SharePoint.Linq.RemovedColumnAttribute
Namespace: Microsoft.SharePoint.Linq
Assembly: Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple := False)> _
Public NotInheritable Class RemovedColumnAttribute _
Inherits Attribute
'Usage
Dim instance As RemovedColumnAttribute
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = false)]
public sealed class RemovedColumnAttribute : 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.
See Also
Reference
RemovedColumnAttribute Members
Microsoft.SharePoint.Linq Namespace