共用方式為


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

執行緒安全性

任何這個類型的公用靜態 (在 Visual Basic 中為 共用) 成員都具備執行緒安全。 不保證任何執行個體成員安全執行緒。

平台

開發平台

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 、Windows Server 2008 和 Windows 2000

目標平台

另請參閱

參考

ProfileUsageAttribute 類別
ProfileUsageAttribute 成員
System.ServiceModel.DomainServices.Server.ApplicationServices 命名空間