SchemaVersionBase Class
Base class for a SchemaVersion message.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Messages.SchemaVersionBase
Microsoft.ConfigurationManagement.Messaging.Messages.SchemaVersion10Base
Syntax
[SerializableAttribute]
public abstract class SchemaVersionBase
[SerializableAttribute]
public ref class SchemaVersionBase abstract
<SerializableAttribute>
Public MustInherit Class SchemaVersionBase
Constructors
Name | Description | |
---|---|---|
SchemaVersionBase() | Initializes a new instance of the SchemaVersionBase class. |
Properties
Name | Description | |
---|---|---|
SchemaVersion | Gets or sets the XML schema version. |
Methods
Name | Description | |
---|---|---|
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.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top