MessageFileBase.FileSuffix Property

 

Gets the file suffix.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public abstract string FileSuffix { get; }
public:
property String^ FileSuffix {
    virtual String^ get() abstract;
}
Public MustOverride ReadOnly Property FileSuffix As String

Property Value

Type: System.String

See Also

MessageFileBase Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top