OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / UserBase.UserPositionBase Class / Position Property



In This Topic
    Position Property
    In This Topic
    The position of the User as a comma-delimited pair of geographic latitude/longitude coordinates.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute(False)>
    Public ReadOnly Property Position As String
    'Usage
     
    
    Dim instance As UserBase.UserPositionBase
    Dim value As String
     
    value = instance.Position
    [DataMember(false)]
    public string Position {get;}
    [DataMember(false)]
    public:
    property String^ Position {
       String^ get();
    }
    Remarks
    This field is read-only and cannot be directly modified.
    Example
    40.7549965381622,-73.9846124500036
    Requirements

    Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11, Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019, Windows Server 2022

    See Also