[Browsable(false)] [CanBeNull()] [DefaultValue("")] [XmlIgnore()] public string SourceTypeName {get; set;}
[Browsable(false)] [CanBeNull()] [DefaultValue("")] [XmlIgnore()] public: property String^ SourceTypeName { String^ get(); void set ( String^ value); }
'Declaration
<BrowsableAttribute(False)> <CanBeNullAttribute()> <DefaultValueAttribute("")> <XmlIgnoreAttribute()> Public Property SourceTypeName As String
'Usage
Dim instance As EventSource Dim value As String instance.SourceTypeName = value value = instance.SourceTypeName