| Noemax.WCFX.Configuration Namespace > FiMessageEncodingElement Class : MaxNameTableCharCount Property |
'Declaration
<System.ComponentModel.CategoryAttribute("ReaderQuotas Properties")>
<System.Configuration.ConfigurationPropertyAttribute(Name="maxNameTableCharCount",
Options=ConfigurationPropertyOptions.None,
IsDefaultCollection=False,
IsRequired=False,
IsKey=False)>
Public Property MaxNameTableCharCount As System.Integer
'Usage Dim instance As FiMessageEncodingElement Dim value As System.Integer instance.MaxNameTableCharCount = value value = instance.MaxNameTableCharCount
[System.ComponentModel.Category("ReaderQuotas Properties")]
[System.Configuration.ConfigurationProperty(Name="maxNameTableCharCount",
Options=ConfigurationPropertyOptions.None,
IsDefaultCollection=false,
IsRequired=false,
IsKey=false)]
public System.int MaxNameTableCharCount {get; set;}
public read-write property MaxNameTableCharCount: System.Integer;
System.ComponentModel.CategoryAttribute("ReaderQuotas Properties")
System.Configuration.ConfigurationPropertyAttribute(Name="maxNameTableCharCount",
Options=ConfigurationPropertyOptions.None,
IsDefaultCollection=,
IsRequired=,
IsKey=)
public function get,set MaxNameTableCharCount : System.int
[System.ComponentModel.Category("ReaderQuotas Properties")]
[System.Configuration.ConfigurationProperty(Name="maxNameTableCharCount",
Options=ConfigurationPropertyOptions.None,
IsDefaultCollection=false,
IsRequired=false,
IsKey=false)]
public: __property System.int get_MaxNameTableCharCount();
public: __property void set_MaxNameTableCharCount(
System.int value
);
[System.ComponentModel.Category("ReaderQuotas Properties")]
[System.Configuration.ConfigurationProperty(Name="maxNameTableCharCount",
Options=ConfigurationPropertyOptions.None,
IsDefaultCollection=false,
IsRequired=false,
IsKey=false)]
public:
property System.int MaxNameTableCharCount {
System.int get();
void set ( System.int value);
}
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