WCF-Xtensions Class Reference for Mono
Type Property (TransportSecurityElement)






Syntax
'Declaration
 
<System.Configuration.ConfigurationPropertyAttribute(Name="type", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=False, 
   IsRequired=False, 
   IsKey=False)>
Public Property Type As TransportSecurityType
'Usage
 
Dim instance As TransportSecurityElement
Dim value As TransportSecurityType
 
instance.Type = value
 
value = instance.Type
[System.Configuration.ConfigurationProperty(Name="type", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
public TransportSecurityType Type {get; set;}
public read-write property Type: TransportSecurityType; 
System.Configuration.ConfigurationPropertyAttribute(Name="type", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=, 
   IsRequired=, 
   IsKey=)
public function get,set Type : TransportSecurityType
[System.Configuration.ConfigurationProperty(Name="type", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
public: __property TransportSecurityType get_Type();
public: __property void set_Type( 
   TransportSecurityType value
);
[System.Configuration.ConfigurationProperty(Name="type", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
public:
property TransportSecurityType Type {
   TransportSecurityType get();
   void set (    TransportSecurityType value);
}
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

TransportSecurityElement Class
TransportSecurityElement Members

Send Feedback