[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "P:Facebook.Api.Generator.Configuration.AttributeDefinitionElement.TypeName"]

Namespace:  Facebook.Api.Generator.Configuration
Assembly:  Facebook.Api.Generator (in Facebook.Api.Generator.exe) Version: 1.0.3390.21860 (1.0.0.0)

Syntax

C#
[ConfigurationPropertyAttribute("typeName", IsKey = true, IsRequired = true)]
public string TypeName { get; set; }
Visual Basic (Declaration)
<ConfigurationPropertyAttribute("typeName", IsKey := True, IsRequired := True)> _
Public Property TypeName As String
Visual C++
[ConfigurationPropertyAttribute(L"typeName", IsKey = true, IsRequired = true)]
public:
property String^ TypeName {
	String^ get ();
	void set (String^ value);
}

See Also

AttributeDefinitionElement Class
Facebook.Api.Generator.Configuration Namespace