ListenerPrefixes Property |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public List<string> Prefixes { get; }
Public ReadOnly Property Prefixes As List(Of String)
Get
public:
property List<String^>^ Prefixes {
List<String^>^ get ();
}
member Prefixes : List<string> with get
Property Value
Type:
ListStringSee Also