adTempus API
ArcanaDevelopment.adTempus.Client.ReportingHelpers Namespace / ResourceSubClasses Class / NetworkConnection Property


In This Topic
    NetworkConnection Property
    In This Topic
    Returns the object as a NetworkConnection
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NetworkConnection As NetworkConnection
    public NetworkConnection NetworkConnection {get;}
    public:
    property NetworkConnection^ NetworkConnection {
       NetworkConnection^ get();
    }
    Remarks
    If IsNetworkConnection is true this property returns the object cast as a NetworkConnection. Otherwise it returns a null reference (Nothing in Visual Basic).
    See Also