Udostępnij za pośrednictwem


ProfileSettings.Custom Właściwość

Definicja

Pobiera lub ustawia w pełni kwalifikowany typ klasy niestandardowej, która implementuje IWebEventCustomEvaluator interfejs.

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

Wartość właściwości

W pełni kwalifikowany typ klasy niestandardowej, która implementuje IWebEventCustomEvaluator interfejs. Wartością domyślną jest ciąg pusty ("").

Atrybuty

Przykłady

W poniższym przykładzie kodu pokazano, jak używać Custom właściwości . Ten przykład kodu jest częścią większego przykładu udostępnionego HealthMonitoringSection dla klasy .

profileSetting.Custom = "MyEvaluators.MyCustomeEvaluator, MyCustom.dll";
profileSetting.Custom = "MyEvaluators.MyCustomeEvaluator, MyCustom.dll"

Uwagi

Odwołanie do typu jest tworzone w następujący sposób (elementy w nawiasach kwadratowych nie są wymagane): przestrzeń nazw. Typename, Assemblyname[,] [Version=x,] [Culture=y,] [PublicKeyToken=z]. Na przykład "ExampleNameSpace.ExampleType, Example.Assembly, Version=%ASSEMBLY_VERSION%, Culture=neutral, PublicKeyToken=%MICROSOFT_PUBLICKEY%"

Dotyczy

Zobacz też