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