ModuleServiceMethodAttribute Class
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.
Marks a method on a ModuleService object as directly callable by the client.
public ref class ModuleServiceMethodAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Method)]
public sealed class ModuleServiceMethodAttribute : Attribute
type ModuleServiceMethodAttribute = class
inherit Attribute
Public NotInheritable Class ModuleServiceMethodAttribute
Inherits Attribute
- Inheritance
-
ModuleServiceMethodAttribute
- Attributes
Constructors
ModuleServiceMethodAttribute() |
Initializes a new instance of the ModuleServiceMethodAttribute class. |
Properties
PassThrough |
Gets or sets a value indicating whether a module service method is directly callable by the client. |