Interface IServiceMetadata
public interface IServiceMetadata
Properties
OperationNameMapping
Gets the dictionary that gives mapping of renamed operations
IDictionary<string, string> OperationNameMapping { get; }
Property Value
ServiceId
Gets the value of the Service Id.
string ServiceId { get; }