DiscoveryDataRecordFile Properties

 

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Properties

Name Description
System_CAPS_pubproperty AgentName

Gets the agent name. (Overrides DdmMessageFile<T>.AgentName.)

System_CAPS_pubproperty Architecture

Gets or sets an architecture name that can refer to an existing or new architecture.

A single word, such as Car, would identify the SMS_R_Car resource class. A multi-word string, such as Carpool Intentory, would identify the SMS_R_CarpoolInventory resource class. A DMTF-formatted string such as ACME|Car|1.0 would identify the SMS_R_Acme_Car_1_0 resource class.

The string "System" identifies a computer system.

System_CAPS_pubproperty BuildNumber

Gets or sets the build number that the status message comes from. The default value is the build version of the binary. (Inherited from VarFile.)

System_CAPS_pubproperty FileSuffix

Gets the file suffix. (Overrides MessageFileBase.FileSuffix.)

System_CAPS_pubproperty IsSigned

If true, the file is signed. (Inherited from VarFile.)

System_CAPS_pubproperty Settings

Gets the properties and settings for the message. (Inherited from MessageFileBase.)

System_CAPS_pubproperty SigningCertificate

Gets or sets the certificate to use for signing. This property is ignored unless IsSigned is true. (Inherited from VarFile.)

System_CAPS_pubproperty SiteCode

Gets or sets the site code for the DDM message. (Inherited from DdmMessageFile<T>.)

System_CAPS_pubproperty Trusted

Gets or sets a value that indicates whether sending will use a trusted (authenticated) inbox. The default value is false. (Inherited from MessageFileBase.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privproperty IMessageBase.Settings

Gets the properties and settings for the message.(Inherited from MessageFileBase.)

See Also

DiscoveryDataRecordFile Class
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace

Return to top