[This is preliminary documentation and is subject to change.]
Gets or sets the relative path of the Feed template configuration.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)
Syntax
C# |
---|
[ConfigurationPropertyAttribute("feedTemplateConfigSource")] public string FeedTemplateConfigSource { get; set; } |
Visual Basic (Declaration) |
---|
<ConfigurationPropertyAttribute("feedTemplateConfigSource")> _ Public Property FeedTemplateConfigSource As String |
Visual C++ |
---|
[ConfigurationPropertyAttribute(L"feedTemplateConfigSource")] public: property String^ FeedTemplateConfigSource { String^ get (); void set (String^ value); } |