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.
Initializes a new instance of the SenderConfigurationProperty class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public SenderConfigurationProperty(
string senderName,
string senderPropertyName,
object value
)
public:
SenderConfigurationProperty(
String^ senderName,
String^ senderPropertyName,
Object^ value
)
Public Sub New (
senderName As String,
senderPropertyName As String,
value As Object
)
Parameters
senderName
Type: System.StringThe name of the sender.
senderPropertyName
Type: System.StringThe name of the sender property.
value
Type: System.ObjectThe value.
See Also
SenderConfigurationProperty Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top