DiscoveryDataRecordFile.FileSuffix Property
Gets the file suffix.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public override string FileSuffix { get; }
public:
property String^ FileSuffix {
virtual String^ get() override;
}
Public Overrides ReadOnly Property FileSuffix As String
Property Value
Type: System.String
See Also
DiscoveryDataRecordFile Class
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace
Return to top