ServiceDescriptor.IsServiceNameOnly Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether service name only is enough to request the service.
public:
property bool IsServiceNameOnly { bool get(); };
public bool IsServiceNameOnly { get; }
member this.IsServiceNameOnly : bool
Public ReadOnly Property IsServiceNameOnly As Boolean