PresenceState.AvailabilityValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the numeric value of availability of presence State, returns -1 if availability value is unknown.
public:
property long AvailabilityValue { long get(); void set(long value); };
public long AvailabilityValue { get; set; }
member this.AvailabilityValue : int64 with get, set
Public Property AvailabilityValue As Long