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 propertyIsNativeOutput
Gets or sets if the output/return parameter should be transferred to the caller in unprocessed native format.
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