TransportServer.IrmLogMaxFileSize property
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property IrmLogMaxFileSize As ByteQuantifiedSize
Get
Set
'Usage
Dim instance As TransportServer
Dim value As ByteQuantifiedSize
value = instance.IrmLogMaxFileSize
instance.IrmLogMaxFileSize = value
public ByteQuantifiedSize IrmLogMaxFileSize { get; set; }
Property value
Type: Microsoft.Exchange.Data.ByteQuantifiedSize