LogItemExtendedProperties Property |
Gets or sets the extended information for the event which are logged, too.
Namespace: Atomia.Provisioning.BaseAssembly: Atomia.Provisioning.Base (in Atomia.Provisioning.Base.dll) Version: 17.3.6337.16009
Syntax public Dictionary<string, string> ExtendedProperties { get; set; }
Public Property ExtendedProperties As Dictionary(Of String, String)
Get
Set
public:
property Dictionary<String^, String^>^ ExtendedProperties {
Dictionary<String^, String^>^ get ();
void set (Dictionary<String^, String^>^ value);
}
member ExtendedProperties : Dictionary<string, string> with get, set
Property Value
Type:
DictionaryString,
StringSee Also