NamingRuleProcessModel.FileExistCheck Property
Public Property FileExistCheck() As FileExistCheck
This language is not supported or no code example is available.
public FileExistCheck FileExistCheck {get; set;}
This language is not supported or no code example is available.
public:
property FileExistCheck FileExistCheck {
FileExistCheck get( );
void set(
FileExistCheck value
);
}
This language is not supported or no code example is available.
public function get FileExistCheck() : FileExistCheck;
public function set FileExistCheck(value : FileExistCheck);
This language is not supported or no code example is available.