Gets or sets the publication interval for this LocalInputAdapter.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[DefaultValueAttribute()] [ConnectionStringParameterAttribute] public long PublicationInterval { get; set; }
<DefaultValueAttribute()> _ <ConnectionStringParameterAttribute> _ Public Property PublicationInterval As Long Get Set
[DefaultValueAttribute()] [ConnectionStringParameterAttribute] public: property long long PublicationInterval { long long get (); void set (long long value); }