LoggerPlugin.TypeName Property
[XmlElement("TypeName")]
public string TypeName {get; set;}
This language is not supported or no code example is available.
[XmlElement("TypeName")]
public:
property String^ TypeName {
String^ get( );
void set(
String^ value
);
}
This language is not supported or no code example is available.
public
XmlElement("TypeName")
function get TypeName() : String;
public
XmlElement("TypeName")
function set TypeName(value : String);
This language is not supported or no code example is available.
Property Value
string
In this article
Definition