ArcFM Responder Mobile Developer Guide
Keys Property (IdentityServerSink)






Syntax
'Declaration
 
Public Overridable ReadOnly Property Keys As System.Collections.ICollection
'Usage
 
Dim instance As IdentityServerSink
Dim value As System.Collections.ICollection
 
value = instance.Keys
public virtual System.Collections.ICollection Keys {get;}
public read-only property Keys: System.Collections.ICollection; virtual; 
public function get Keys : System.Collections.ICollection
public: __property virtual System.Collections.ICollection* get_Keys();
public:
virtual property System.Collections.ICollection^ Keys {
   System.Collections.ICollection^ get();
}
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

Reference

IdentityServerSink Class
IdentityServerSink Members

Send Feedback