EventLogPeriodAttribute.Period Property
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Public Property Period As String
Get
Set
'Usage
Dim instance As EventLogPeriodAttribute
Dim value As String
value = instance.Period
instance.Period = value
public string Period { get; set; }
Property Value
Type: System.String