DtsLogProviderAttribute.LogProviderContact Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the contact information for the log provider.
public:
property System::String ^ LogProviderContact { System::String ^ get(); void set(System::String ^ value); };
public string LogProviderContact { get; set; }
member this.LogProviderContact : string with get, set
Public Property LogProviderContact As String
Property Value
The contact information for the log provider.
Remarks
This optional property is used to provide contact information for the log provider object.