Class SharedAPIAttribute
Mark an API class as Shared. This will allow different services to implement it. WARNING: SharedAPIs will create a non-homogeneous api consumer set.
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Interface, AllowMultiple = false, Inherited = false)]
public class SharedAPIAttribute : Attribute
- Inheritance
-
objectAttributeSharedAPIAttribute