Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / BrowseNode Class / Fullname Property



In This Topic
    Fullname Property
    In This Topic
    A full, unique name of this node.
    Syntax
    'Declaration
     
    <DataMemberAttribute()>
    Public Property Fullname As String
    'Usage
     
    Dim instance As BrowseNode
    Dim value As String
     
    instance.Fullname = value
     
    value = instance.Fullname
    [DataMember()]
    public string Fullname {get; set;}
    [DataMember()]
    public:
    property String^ Fullname {
       String^ get();
       void set (    String^ value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also