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