ADSiteLink.ExchangeCost Property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute> _
Public Property ExchangeCost As Nullable(Of Integer)
Get
Set
'Usage
Dim instance As ADSiteLink
Dim value As Nullable(Of Integer)
value = instance.ExchangeCost
instance.ExchangeCost = value
[ParameterAttribute]
public Nullable<int> ExchangeCost { get; set; }
Property Value
Type: System.Nullable<Int32>