WsusSite Class
Contains information about the WSUS site.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Messages.WsusSite
Syntax
[SerializableAttribute]
public sealed class WsusSite
[SerializableAttribute]
public ref class WsusSite sealed
<SerializableAttribute>
Public NotInheritable Class WsusSite
Constructors
Name | Description | |
---|---|---|
WsusSite() | Initializes a new instance of the WsusSite class. |
Properties
Name | Description | |
---|---|---|
LocationRecords | Gets or sets the location records of the content. |
|
MPSite | Gets or sets the site of the WSUS server. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (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