Represents the abstract class that defines the basic elements of a profile property.
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _ <SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _ Public MustInherit Class PropertyBase
Dim instance As PropertyBase
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)] [SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)] public abstract class PropertyBase
This is the base class for CoreProperty, ProfileTypeProperty, and ProfileSubtypeProperty.