[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Abstract class to describe reply capability

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework.ManagementPoint
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
abstract 
class 
ReplyCapability
<
SerializableAttribute> _
Public 
MustInherit 
Class 
ReplyCapability
[
SerializableAttribute]
public 
ref class 
ReplyCapability 
abstract

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
ReplyCapability () () () ()
CapabilityName
Gets or sets the capability name
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.ConfigurationManagement.Messaging.Framework.ManagementPoint . . :: . . ReplyCapability
     Microsoft.ConfigurationManagement.Messaging.Framework.ManagementPoint . . :: . . AllowRegistrationResetCapability

See Also