ClientServiceAttribute.ServerConfiguration Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property ServerConfiguration As ServerConfiguration
public ServerConfiguration ServerConfiguration { get; set; }
public:
property ServerConfiguration ServerConfiguration {
ServerConfiguration get ();
void set (ServerConfiguration value);
}
member ServerConfiguration : ServerConfiguration with get, set
function get ServerConfiguration () : ServerConfiguration
function set ServerConfiguration (value : ServerConfiguration)
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.ServerConfiguration
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.