ProfileUsageAttribute.IsExcluded プロパティ
プロパティがプロファイル メンバーによってサポートされているかどうかを示す値を取得または設定します。
名前空間: System.ServiceModel.DomainServices.Server.ApplicationServices
アセンブリ: System.ServiceModel.DomainServices.Server (system.servicemodel.domainservices.server.dll 内)
使用方法
'使用
Dim instance As ProfileUsageAttribute
Dim value As Boolean
value = instance.IsExcluded
instance.IsExcluded = value
構文
'宣言
Public Property IsExcluded As Boolean
public bool IsExcluded { get; set; }
public:
property bool IsExcluded {
bool get ();
void set (bool value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public boolean get_IsExcluded ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_IsExcluded (boolean value)
CompilerGeneratedAttribute
public function get IsExcluded () : boolean
CompilerGeneratedAttribute
public function set IsExcluded (value : boolean)
プロパティ値
プロパティがプロファイル メンバーによってサポートされている場合は true、それ以外の場合は false。
スレッド セーフ
この型の public static (Visual Basic では Shared) メンバーは、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 、Windows Server 2008、および Windows 2000
ターゲット プラットフォーム
参照
リファレンス
ProfileUsageAttribute クラス
ProfileUsageAttribute のメンバー
System.ServiceModel.DomainServices.Server.ApplicationServices 名前空間