CatalogServiceReference.ServiceDefinition Property
Used to send the service definition over the web service.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Property ServiceDefinition As ServiceDefinition
public ServiceDefinition ServiceDefinition { get; set; }
public:
property ServiceDefinition^ ServiceDefinition {
ServiceDefinition^ get ();
void set (ServiceDefinition^ value);
}
member ServiceDefinition : ServiceDefinition with get, set
function get ServiceDefinition () : ServiceDefinition
function set ServiceDefinition (value : ServiceDefinition)
Property Value
Type: Microsoft.VisualStudio.Services.Location.ServiceDefinition
.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.