共用方式為


ProfilePropertySettings.CustomProviderData 屬性

定義

取得或設定設定檔屬性提供者的自訂資料字串。

public:
 property System::String ^ CustomProviderData { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("customProviderData", DefaultValue="")]
public string CustomProviderData { get; set; }
[<System.Configuration.ConfigurationProperty("customProviderData", DefaultValue="")>]
member this.CustomProviderData : string with get, set
Public Property CustomProviderData As String

屬性值

String

設定檔屬性提供者的自訂資料字串。 預設為 null

屬性

適用於