Click or drag to resize
ServiceParameterAttribute Properties

The ServiceParameterAttribute type exposes the following members.

Properties
  NameDescription
Public propertyIsConfidential
Gets or sets if the parameter is confidential and therefore should not be dispayed in debugging/logging contexts.
Public propertyName
Gets or sets the parameter name.
Public propertyTypeId
When implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute.)
Top
See Also