[BrowsableAttribute(false)] [EditorBrowsableAttribute(EditorBrowsableState.Advanced)] public IList<ClientInfo> RemoteClients { get; }
<BrowsableAttribute(false)> <EditorBrowsableAttribute(EditorBrowsableState.Advanced)> Public ReadOnly Property RemoteClients As IList(Of ClientInfo) Get
public: [BrowsableAttribute(false)] [EditorBrowsableAttribute(EditorBrowsableState::Advanced)] property IList<ClientInfo^>^ RemoteClients { IList<ClientInfo^>^ get (); }
[<BrowsableAttribute(false)>] [<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>] member RemoteClients : IList<ClientInfo> with get
function get_RemoteClients();
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.