[This is preliminary documentation and is subject to change.]
Gets or sets an optional environment value that specifies which development environment the configured application should be used for.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)
Syntax
C# |
---|
[ConfigurationPropertyAttribute("environment", IsKey = true, IsRequired = false)] public string Environment { get; set; } |
Visual Basic (Declaration) |
---|
<ConfigurationPropertyAttribute("environment", IsKey := True, IsRequired := False)> _ Public Property Environment As String |
Visual C++ |
---|
[ConfigurationPropertyAttribute(L"environment", IsKey = true, IsRequired = false)] public: property String^ Environment { String^ get (); void set (String^ value); } |
Remarks
This property is only used for desktop applications, and is ignored for website applications.