Public Property FileRollingStyle As RollingStyle
Dim instance As BaseFileTarget Dim value As RollingStyle instance.FileRollingStyle = value value = instance.FileRollingStyle
public RollingStyle FileRollingStyle {get; set;}
public: property RollingStyle FileRollingStyle { RollingStyle get(); void set ( RollingStyle value); }