DomainService.ServiceDescription Property
[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]
Gets the DomainServiceDescription for this DomainService.
Namespace: System.ServiceModel.DomainServices.Server
Assembly: System.ServiceModel.DomainServices.Server (in System.ServiceModel.DomainServices.Server.dll)
Syntax
'Declaration
Protected ReadOnly Property ServiceDescription As DomainServiceDescription
Get
'Usage
Dim value As DomainServiceDescription
value = Me.ServiceDescription
protected DomainServiceDescription ServiceDescription { get; }
protected:
property DomainServiceDescription^ ServiceDescription {
DomainServiceDescription^ get ();
}
member ServiceDescription : DomainServiceDescription
function get ServiceDescription () : DomainServiceDescription
Property Value
Type: System.ServiceModel.DomainServices.Server.DomainServiceDescription
The DomainServiceDescription for this DomainService.