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 StatusMessageMetadataAttribute class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
protected StatusMessageMetadataAttribute(
string name
)
protected:
StatusMessageMetadataAttribute(
String^ name
)
Protected Sub New (
name As String
)
Parameters
name
Type: System.StringWhen Name is specified, the property is serialized to XML using the name specified in Name. Otherwise, the property name that uses this attribute is used.
For example, you can create a property called MyId (which satisfies FxCop naming rules), but the XML blob is expecting MyID (which doesn't satisfy FxCop naming rules). By specifying a Name, you can name your property MyId, but have it serialize as MyID.
See Also
StatusMessageMetadataAttributeāOverload
StatusMessageMetadataAttribute Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top