Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Gets or sets the site code details for replication. This property is required for fallback status point (FSP) messages and is not used for regular state messages.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.Required,
CheckRecursively = true)]
public StateMessageSite Site { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required,
CheckRecursively = true)]
property StateMessageSite^ Site {
StateMessageSite^ get();
void set(StateMessageSite^ value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Required,
CheckRecursively := True)>
Public Property Site As StateMessageSite
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.StateMessageSite
See Also
StateMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top