Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Adds a site record to the collection.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public void AddSite(
T record
)
public:
void AddSite(
T record
)
Public Sub AddSite (
record As T
)
Parameters
record
Type: TThe record to add to the collection.
See Also
SiteRecords<T> Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top