ProfilePropertyValue クラス (Microsoft.SharePoint.Portal.WebControls)
指定されたプロファイル プロパティの値を表示します。
名前空間: Microsoft.SharePoint.Portal.WebControls
アセンブリ: Microsoft.SharePoint.Portal (microsoft.sharepoint.portal.dll 内)
構文
'宣言
<DefaultPropertyAttribute("Text")> _
<ToolboxDataAttribute("<{0}:ProfilePropertyValue runat=server></{0}:ProfilePropertyValue>")> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level:=AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level:=AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel:=True)> _
Public Class ProfilePropertyValue
Inherits Label
Implements IDesignTimeHtmlProvider
'使用
Dim instance As ProfilePropertyValue
[DefaultPropertyAttribute("Text")]
[ToolboxDataAttribute("<{0}:ProfilePropertyValue runat=server></{0}:ProfilePropertyValue>")]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)]
public class ProfilePropertyValue : Label, IDesignTimeHtmlProvider
継承階層
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
System.Web.UI.WebControls.Label
Microsoft.SharePoint.Portal.WebControls.ProfilePropertyValue
スレッドの安全性
この型のパブリックで静的な (Visual Basic では Shared) すべてのメンバは、スレッド セーフです。インスタンス メンバは、スレッド セーフであるとは保証されません。
関連項目
参照
ProfilePropertyValue メンバ
Microsoft.SharePoint.Portal.WebControls 名前空間