[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "P:Facebook.Api.Generator.Configuration.AttributeDefinitionElement.TypeName"]
Assembly: Facebook.Api.Generator (in Facebook.Api.Generator.exe) Version: 1.0.3389.20466 (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); } |